mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Specify specific Nanoleaf models in the manifest (#66326)
This commit is contained in:
parent
d61d1bf494
commit
e5ef192f1a
@ -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…
x
Reference in New Issue
Block a user