Specify specific Nanoleaf models in the manifest (#66326)

This commit is contained in:
Joshua Roys 2022-02-12 10:56:38 -05:00 committed by GitHub
parent d61d1bf494
commit e5ef192f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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": [

View file

@ -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",