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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user