24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"domain": "baf",
|
|
"name": "Big Ass Fans",
|
|
"codeowners": ["@bdraco", "@jfroy"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/baf",
|
|
"iot_class": "local_push",
|
|
"requirements": ["aiobafi6==0.9.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_api._tcp.local.",
|
|
"properties": {
|
|
"model": "haiku*"
|
|
}
|
|
},
|
|
{
|
|
"type": "_api._tcp.local.",
|
|
"properties": {
|
|
"model": "i6*"
|
|
}
|
|
}
|
|
]
|
|
}
|