mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Update ecobee zeroconf/homekit discovery (#100091)
This commit is contained in:
parent
fa0b999d08
commit
1b40a56e2b
@ -5,12 +5,15 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
||||
"homekit": {
|
||||
"models": ["EB-*", "ecobee*"]
|
||||
"models": ["EB", "ecobee*"]
|
||||
},
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyecobee"],
|
||||
"requirements": ["python-ecobee-api==0.2.14"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_ecobee._tcp.local."
|
||||
},
|
||||
{
|
||||
"type": "_sideplay._tcp.local.",
|
||||
"properties": {
|
||||
|
@ -44,7 +44,7 @@ HOMEKIT = {
|
||||
"always_discover": True,
|
||||
"domain": "roku",
|
||||
},
|
||||
"EB-*": {
|
||||
"EB": {
|
||||
"always_discover": True,
|
||||
"domain": "ecobee",
|
||||
},
|
||||
@ -386,6 +386,11 @@ ZEROCONF = {
|
||||
"name": "wac*",
|
||||
},
|
||||
],
|
||||
"_ecobee._tcp.local.": [
|
||||
{
|
||||
"domain": "ecobee",
|
||||
},
|
||||
],
|
||||
"_elg._tcp.local.": [
|
||||
{
|
||||
"domain": "elgato",
|
||||
|
Loading…
x
Reference in New Issue
Block a user