* blebox: udpdate version in manifest and add new sensor key mapping * blebox: add more sensor types * blebox: use blebox_uniapi==2.4.1 * blebox: use blebox_uniapi==2.4.2 * blebox: update requirements_all.txt * blebox: revert introduction of illuminance and power meter sensors set
12 lines
336 B
JSON
12 lines
336 B
JSON
{
|
|
"domain": "blebox",
|
|
"name": "BleBox devices",
|
|
"codeowners": ["@bbx-a", "@swistakm"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["blebox_uniapi"],
|
|
"requirements": ["blebox-uniapi==2.4.2"],
|
|
"zeroconf": ["_bbxsrv._tcp.local."]
|
|
}
|