mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
42 lines
846 B
JSON
42 lines
846 B
JSON
{
|
|
"domain": "nanoleaf",
|
|
"name": "Nanoleaf",
|
|
"codeowners": [
|
|
"@milanmeu",
|
|
"@joostlek",
|
|
"@loebi-ch",
|
|
"@JaspervRijbroek",
|
|
"@jonathanrobichaud4"
|
|
],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nanoleaf",
|
|
"homekit": {
|
|
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59", "NL69", "NL81"]
|
|
},
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aionanoleaf2"],
|
|
"requirements": ["aionanoleaf2==1.0.2"],
|
|
"ssdp": [
|
|
{
|
|
"st": "Nanoleaf_aurora:light"
|
|
},
|
|
{
|
|
"st": "nanoleaf:nl29"
|
|
},
|
|
{
|
|
"st": "nanoleaf:nl42"
|
|
},
|
|
{
|
|
"st": "nanoleaf:nl52"
|
|
},
|
|
{
|
|
"st": "nanoleaf:nl69"
|
|
},
|
|
{
|
|
"st": "inanoleaf:nl81"
|
|
}
|
|
],
|
|
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."]
|
|
}
|