core/homeassistant/components/izone/manifest.json

14 lines
312 B
JSON

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