mirror of
https://github.com/elisspace/core.git
synced 2026-09-14 15:06:49 +00:00
* AirQuality functionality moved to sensors, tests moved accordingly. * Refreshed fixtures comments.
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"domain": "blebox",
|
|
"name": "BleBox devices",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
|
"requirements": ["blebox_uniapi==2.1.0"],
|
|
"codeowners": ["@bbx-a", "@riokuu"],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["blebox_uniapi"]
|
|
}
|