Просмотр исходного кода

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 день назад
Родитель
Сommit
c60a39e85d
1 измененных файлов с 0 добавлено и 1 удалено
  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
 ]