core/homeassistant/components/baf/manifest.json

24 lines
470 B
JSON
Raw Normal View History

{
"domain": "baf",
"name": "Big Ass Fans",
2023-02-08 19:29:44 +00:00
"codeowners": ["@bdraco", "@jfroy"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/baf",
"iot_class": "local_push",
2023-06-06 17:42:49 +00:00
"requirements": ["aiobafi6==0.8.2"],
"zeroconf": [
2023-02-08 19:29:44 +00:00
{
"type": "_api._tcp.local.",
"properties": {
"model": "haiku*"
}
},
{
"type": "_api._tcp.local.",
"properties": {
"model": "i6*"
}
}
]
}