mirror of https://github.com/home-assistant/core
16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"domain": "airzone",
|
|
"name": "Airzone",
|
|
"codeowners": ["@Noltari"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "E84F25*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioairzone"],
|
|
"requirements": ["aioairzone==0.9.7"]
|
|
}
|