Skip to content

Commit

Permalink
Config flow: add Smart IR as known gateway
Browse files Browse the repository at this point in the history
I have one of these myself, and although I've never been able to get the
sub devices (emulated climate devices) working, it may still be useful
to recognise this as a hub in case others do work.

Discussion #1960, Issue #1956 (along with last change)
  • Loading branch information
make-all committed May 29, 2024
1 parent 58db65e commit f3e1f62
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions custom_components/tuya_local/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,19 @@
_LOGGER = logging.getLogger(__name__)

HUB_CATEGORIES = [
"wgsxj",
"lyqwg",
"bywg",
"zigbee",
"wg2",
"dgnzk",
"videohub",
"xnwg",
"qtyycp",
"alexa_yywg",
"gywg",
"cnwg",
"wgsxj", # Gateway camera
"lyqwg", # Router
"bywg", # IoT edge gateway
"zigbee", # Gateway
"wg2", # Gateway
"dgnzk", # Multi-function controller
"videohub", # Videohub
"xnwg", # Virtual gateway
"qtyycp", # Voice gateway composite solution
"alexa_yywg", # Gateway with Alexa
"gywg", # Industrial gateway
"cnwg", # Energy gateway
"wnykq", # Smart IR
]


Expand Down

0 comments on commit f3e1f62

Please sign in to comment.