2020-05-05 09:29:58 +00:00
|
|
|
{
|
|
|
|
"domain": "blebox",
|
|
|
|
"name": "BleBox devices",
|
2024-06-04 18:49:00 +00:00
|
|
|
"codeowners": ["@bbx-a", "@swistakm"],
|
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"],
|
2024-06-05 10:11:49 +00:00
|
|
|
"requirements": ["blebox-uniapi==2.4.2"],
|
2022-12-23 22:52:06 +00:00
|
|
|
"zeroconf": ["_bbxsrv._tcp.local."]
|
2020-05-05 09:29:58 +00:00
|
|
|
}
|