1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 21:51:29 +01:00
Files
core/homeassistant/components/homee/manifest.json
2025-09-08 18:53:13 +01:00

19 lines
409 B
JSON

{
"domain": "homee",
"name": "Homee",
"codeowners": ["@Taraman17"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homee",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["homee"],
"quality_scale": "silver",
"requirements": ["pyHomee==1.3.8"],
"zeroconf": [
{
"type": "_ssh._tcp.local.",
"name": "homee-*"
}
]
}