1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Convert Nanoleaf yaml and discovery to config flow (#52199)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Milan Meulemans
2021-08-24 21:09:36 +02:00
committed by GitHub
parent 9555a34691
commit 8570502681
16 changed files with 761 additions and 67 deletions

View File

@@ -165,6 +165,16 @@ ZEROCONF = {
"domain": "xiaomi_miio"
}
],
"_nanoleafapi._tcp.local.": [
{
"domain": "nanoleaf"
}
],
"_nanoleafms._tcp.local.": [
{
"domain": "nanoleaf"
}
],
"_nut._tcp.local.": [
{
"domain": "nut"
@@ -251,6 +261,7 @@ HOMEKIT = {
"Iota": "abode",
"LIFX": "lifx",
"MYQ": "myq",
"NL*": "nanoleaf",
"Netatmo Relay": "netatmo",
"PowerView": "hunterdouglas_powerview",
"Presence": "netatmo",