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."],
|
||||
"homekit" : {
|
||||
"models": [
|
||||
"NL*"
|
||||
"NL29", "NL42", "NL47", "NL48", "NL52", "NL59"
|
||||
]
|
||||
},
|
||||
"ssdp": [
|
||||
|
|
|
@ -391,7 +391,12 @@ HOMEKIT = {
|
|||
"Iota": "abode",
|
||||
"LIFX": "lifx",
|
||||
"MYQ": "myq",
|
||||
"NL*": "nanoleaf",
|
||||
"NL29": "nanoleaf",
|
||||
"NL42": "nanoleaf",
|
||||
"NL47": "nanoleaf",
|
||||
"NL48": "nanoleaf",
|
||||
"NL52": "nanoleaf",
|
||||
"NL59": "nanoleaf",
|
||||
"Netatmo Relay": "netatmo",
|
||||
"PowerView": "hunterdouglas_powerview",
|
||||
"Presence": "netatmo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue