Add discovery for Nanoleaf Blocks and 4D (#137792)

This commit is contained in:
Milan Meulemans 2025-02-08 08:51:33 +01:00 committed by GitHub
parent 0e0129968b
commit 6c74824ac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nanoleaf",
"homekit": {
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59"]
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59", "NL69", "NL81"]
},
"iot_class": "local_push",
"loggers": ["aionanoleaf"],
@ -22,6 +22,12 @@
},
{
"st": "nanoleaf:nl52"
},
{
"st": "nanoleaf:nl69"
},
{
"st": "inanoleaf:nl81"
}
],
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."]

View File

@ -211,6 +211,12 @@ SSDP = {
{
"st": "nanoleaf:nl52",
},
{
"st": "nanoleaf:nl69",
},
{
"st": "inanoleaf:nl81",
},
],
"netgear": [
{

View File

@ -208,6 +208,14 @@ HOMEKIT = {
"always_discover": False,
"domain": "nanoleaf",
},
"NL69": {
"always_discover": False,
"domain": "nanoleaf",
},
"NL81": {
"always_discover": False,
"domain": "nanoleaf",
},
"Netatmo Relay": {
"always_discover": True,
"domain": "netatmo",