Specify specific Nanoleaf models in the manifest (#66326)
This commit is contained in:
parent
d61d1bf494
commit
e5ef192f1a
2 changed files with 7 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."],
|
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."],
|
||||||
"homekit" : {
|
"homekit" : {
|
||||||
"models": [
|
"models": [
|
||||||
"NL*"
|
"NL29", "NL42", "NL47", "NL48", "NL52", "NL59"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
|
|
|
@ -391,7 +391,12 @@ HOMEKIT = {
|
||||||
"Iota": "abode",
|
"Iota": "abode",
|
||||||
"LIFX": "lifx",
|
"LIFX": "lifx",
|
||||||
"MYQ": "myq",
|
"MYQ": "myq",
|
||||||
"NL*": "nanoleaf",
|
"NL29": "nanoleaf",
|
||||||
|
"NL42": "nanoleaf",
|
||||||
|
"NL47": "nanoleaf",
|
||||||
|
"NL48": "nanoleaf",
|
||||||
|
"NL52": "nanoleaf",
|
||||||
|
"NL59": "nanoleaf",
|
||||||
"Netatmo Relay": "netatmo",
|
"Netatmo Relay": "netatmo",
|
||||||
"PowerView": "hunterdouglas_powerview",
|
"PowerView": "hunterdouglas_powerview",
|
||||||
"Presence": "netatmo",
|
"Presence": "netatmo",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue