hass-core/homeassistant/components/ecobee/manifest.json
Jan Bouwhuis 7eb8f265fe
Add shared notify service migration repair helper (#117213)
* Add shared notifiy service migration repair helper

* Delete ecobee repairs.py

* Update dependency

* Fix file test

* Fix homematic tests

* Improve tests for file  and homematic
2024-05-11 21:13:44 +02:00

30 lines
600 B
JSON

{
"domain": "ecobee",
"name": "ecobee",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecobee",
"homekit": {
"models": ["EB", "ecobee*"]
},
"iot_class": "cloud_polling",
"loggers": ["pyecobee"],
"requirements": ["python-ecobee-api==0.2.18"],
"zeroconf": [
{
"type": "_ecobee._tcp.local."
},
{
"type": "_sideplay._tcp.local.",
"properties": {
"mdl": "eb-*"
}
},
{
"type": "_sideplay._tcp.local.",
"properties": {
"mdl": "ecobee*"
}
}
]
}