1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/izone/manifest.json
2025-12-16 11:47:22 +01:00

15 lines
341 B
JSON

{
"domain": "izone",
"name": "iZone",
"codeowners": ["@Swamp-Ig"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/izone",
"homekit": {
"models": ["iZone"]
},
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pizone"],
"requirements": ["python-izone==1.2.9"]
}