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