2020-05-05 09:29:58 +00:00
|
|
|
{
|
|
|
|
"domain": "blebox",
|
|
|
|
"name": "BleBox devices",
|
2023-02-08 19:29:44 +00:00
|
|
|
"codeowners": ["@bbx-a", "@riokuu"],
|
2020-05-05 09:29:58 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-12-23 22:52:06 +00:00
|
|
|
"loggers": ["blebox_uniapi"],
|
2023-02-08 19:29:44 +00:00
|
|
|
"requirements": ["blebox_uniapi==2.1.4"],
|
2022-12-23 22:52:06 +00:00
|
|
|
"zeroconf": ["_bbxsrv._tcp.local."]
|
2020-05-05 09:29:58 +00:00
|
|
|
}
|