22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"domain": "awair",
|
|
"name": "Awair",
|
|
"documentation": "https://www.home-assistant.io/integrations/awair",
|
|
"requirements": ["python_awair==0.2.4"],
|
|
"codeowners": ["@ahayworth", "@danielsjf"],
|
|
"config_flow": true,
|
|
"iot_class": "local_polling",
|
|
"loggers": ["python_awair"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"name": "awair*"
|
|
}
|
|
],
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "70886B1*"
|
|
}
|
|
]
|
|
}
|