2022-03-08 21:28:39 +00:00
|
|
|
{
|
|
|
|
"domain": "airzone",
|
|
|
|
"name": "Airzone",
|
|
|
|
"codeowners": ["@Noltari"],
|
2023-02-08 19:29:44 +00:00
|
|
|
"config_flow": true,
|
2022-11-23 19:32:23 +00:00
|
|
|
"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"]
|
2022-03-08 21:28:39 +00:00
|
|
|
}
|