1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/homee/manifest.json
T
2025-10-28 10:33:10 +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": [
{
"name": "homee-*",
"type": "_ssh._tcp.local."
}
]
}