core/homeassistant/components/izone/manifest.json

14 lines
312 B
JSON
Raw Normal View History

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