mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Adjust yeelight homekit model match (#55159)
This commit is contained in:
parent
fa9f91325c
commit
2e62de5116
@ -12,6 +12,6 @@
|
|||||||
"hostname": "yeelink-*"
|
"hostname": "yeelink-*"
|
||||||
}],
|
}],
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["YLD*"]
|
"models": ["YL*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -262,7 +262,7 @@ HOMEKIT = {
|
|||||||
"Touch HD": "rainmachine",
|
"Touch HD": "rainmachine",
|
||||||
"Welcome": "netatmo",
|
"Welcome": "netatmo",
|
||||||
"Wemo": "wemo",
|
"Wemo": "wemo",
|
||||||
"YLD*": "yeelight",
|
"YL*": "yeelight",
|
||||||
"iSmartGate": "gogogate2",
|
"iSmartGate": "gogogate2",
|
||||||
"iZone": "izone",
|
"iZone": "izone",
|
||||||
"tado": "tado"
|
"tado": "tado"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user