core/homeassistant/components/airzone/manifest.json

16 lines
334 B
JSON
Raw Normal View History

{
"domain": "airzone",
"name": "Airzone",
"codeowners": ["@Noltari"],
2023-02-08 19:29:44 +00:00
"config_flow": true,
"dhcp": [
{
"macaddress": "E84F25*"
}
2023-02-08 19:29:44 +00:00
],
"documentation": "https://www.home-assistant.io/integrations/airzone",
"iot_class": "local_polling",
"loggers": ["aioairzone"],
"requirements": ["aioairzone==0.5.2"]
}