mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +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,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nanoleaf",
|
"documentation": "https://www.home-assistant.io/integrations/nanoleaf",
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59"]
|
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59", "NL69", "NL81"]
|
||||||
},
|
},
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["aionanoleaf"],
|
"loggers": ["aionanoleaf"],
|
||||||
@ -22,6 +22,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"st": "nanoleaf:nl52"
|
"st": "nanoleaf:nl52"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"st": "nanoleaf:nl69"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"st": "inanoleaf:nl81"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."]
|
"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:nl52",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"st": "nanoleaf:nl69",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"st": "inanoleaf:nl81",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"netgear": [
|
"netgear": [
|
||||||
{
|
{
|
||||||
|
8
homeassistant/generated/zeroconf.py
generated
8
homeassistant/generated/zeroconf.py
generated
@ -208,6 +208,14 @@ HOMEKIT = {
|
|||||||
"always_discover": False,
|
"always_discover": False,
|
||||||
"domain": "nanoleaf",
|
"domain": "nanoleaf",
|
||||||
},
|
},
|
||||||
|
"NL69": {
|
||||||
|
"always_discover": False,
|
||||||
|
"domain": "nanoleaf",
|
||||||
|
},
|
||||||
|
"NL81": {
|
||||||
|
"always_discover": False,
|
||||||
|
"domain": "nanoleaf",
|
||||||
|
},
|
||||||
"Netatmo Relay": {
|
"Netatmo Relay": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "netatmo",
|
"domain": "netatmo",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user