Procházet zdrojové kódy

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 před 1 dnem
rodič
revize
c60a39e85d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
     "gywg",  # Industrial gateway
     "cnwg",  # Energy gateway
-    "wnykq",  # Smart IR
     "wfcon",  # new type of Zigbee gateway
 ]