2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "nanoleaf",
|
|
|
|
"name": "Nanoleaf",
|
2021-08-24 19:09:36 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/nanoleaf",
|
2022-02-07 13:49:34 +00:00
|
|
|
"requirements": ["aionanoleaf==0.2.0"],
|
2021-08-24 19:09:36 +00:00
|
|
|
"zeroconf": ["_nanoleafms._tcp.local.", "_nanoleafapi._tcp.local."],
|
|
|
|
"homekit" : {
|
|
|
|
"models": [
|
2022-02-12 15:56:38 +00:00
|
|
|
"NL29", "NL42", "NL47", "NL48", "NL52", "NL59"
|
2021-08-24 19:09:36 +00:00
|
|
|
]
|
|
|
|
},
|
2021-10-02 07:29:56 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "Nanoleaf_aurora:light"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"st": "nanoleaf:nl29"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"st": "nanoleaf:nl42"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"st": "nanoleaf:nl52"
|
|
|
|
}
|
|
|
|
],
|
2021-08-24 19:09:36 +00:00
|
|
|
"codeowners": ["@milanmeu"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["aionanoleaf"]
|
2021-08-24 19:09:36 +00:00
|
|
|
}
|