1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/ecobee/manifest.json
Michael c50d0646ab Mark integrations as single_config_entry in manifest [a-i] (#128189)
* mark integrations as single_config_entry in manifest

* fix ecobee tests

* fix iaqualink test
2024-10-12 08:59:57 +02:00

32 lines
631 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.20"],
"single_config_entry": true,
"zeroconf": [
{
"type": "_ecobee._tcp.local."
},
{
"type": "_sideplay._tcp.local.",
"properties": {
"mdl": "eb-*"
}
},
{
"type": "_sideplay._tcp.local.",
"properties": {
"mdl": "ecobee*"
}
}
]
}