mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Add discovery for Nanoleaf Blocks and 4D (#137792)
This commit is contained in:
parent
0e0129968b
commit
6c74824ac1
@ -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."]
|
||||
|
6
homeassistant/generated/ssdp.py
generated
6
homeassistant/generated/ssdp.py
generated
@ -211,6 +211,12 @@ SSDP = {
|
||||
{
|
||||
"st": "nanoleaf:nl52",
|
||||
},
|
||||
{
|
||||
"st": "nanoleaf:nl69",
|
||||
},
|
||||
{
|
||||
"st": "inanoleaf:nl81",
|
||||
},
|
||||
],
|
||||
"netgear": [
|
||||
{
|
||||
|
8
homeassistant/generated/zeroconf.py
generated
8
homeassistant/generated/zeroconf.py
generated
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user