Pārlūkot izejas kodu

fix(cloud): remove SmartIR from list of hub categories

It is misleading to include this, as the subdevices exposed in the cloud for IR/RF devices
are not real devices and do not exist locally, leading to false reports such as #6227.
Jason Rumney 1 dienu atpakaļ
vecāks
revīzija
c60a39e85d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      custom_components/tuya_local/cloud.py

+ 0 - 1
custom_components/tuya_local/cloud.py

@@ -40,7 +40,6 @@ HUB_CATEGORIES = [
     "alexa_yywg",  # Gateway with Alexa
     "alexa_yywg",  # Gateway with Alexa
     "gywg",  # Industrial gateway
     "gywg",  # Industrial gateway
     "cnwg",  # Energy gateway
     "cnwg",  # Energy gateway
-    "wnykq",  # Smart IR
     "wfcon",  # new type of Zigbee gateway
     "wfcon",  # new type of Zigbee gateway
 ]
 ]