mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 02:35:19 -05:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"domain": "blebox",
|
|
"name": "BleBox devices",
|
|
"codeowners": ["@bbx-a", "@swistakm", "@bkobus-bbx"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{ "hostname": "rollergate*" },
|
|
{ "hostname": "gatebox*" },
|
|
{ "hostname": "doorbox*" },
|
|
{ "hostname": "shutterbox*" },
|
|
{ "hostname": "switchbox*" },
|
|
{ "hostname": "dimmerbox*" },
|
|
{ "hostname": "dacbox*" },
|
|
{ "hostname": "wlightbox*" },
|
|
{ "hostname": "pixelbox*" },
|
|
{ "hostname": "saunabox*" },
|
|
{ "hostname": "thermobox*" },
|
|
{ "hostname": "tempsensor*" },
|
|
{ "hostname": "energymeter*" },
|
|
{ "hostname": "airsensor*" },
|
|
{ "hostname": "humiditysensor*" },
|
|
{ "hostname": "rainsensor*" },
|
|
{ "hostname": "floodsensor*" },
|
|
{ "hostname": "luxsensor*" },
|
|
{ "hostname": "inputsensor*" },
|
|
{ "hostname": "opensensor*" },
|
|
{ "hostname": "windsensor*" },
|
|
{ "hostname": "co2sensor*" },
|
|
{ "hostname": "simongo*" },
|
|
{ "hostname": "sabaj-k-smrt*" },
|
|
{ "hostname": "rico*" },
|
|
{ "hostname": "smartrollergate*" },
|
|
{ "hostname": "darco_ero_32ws_0*" },
|
|
{ "hostname": "pergoladc*" },
|
|
{ "hostname": "seltsmartscreen*" },
|
|
{ "hostname": "seltvenetianblind*" },
|
|
{ "hostname": "doorunitbox*" },
|
|
{ "hostname": "drutexsmart*" },
|
|
{ "hostname": "swingatecontroller*" },
|
|
{ "hostname": "windowopener*" },
|
|
{ "hostname": "smartawning*" },
|
|
{ "hostname": "smartshade*" },
|
|
{ "hostname": "smartshutter*" }
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["blebox_uniapi"],
|
|
"requirements": ["blebox-uniapi==2.5.5"],
|
|
"zeroconf": ["_bbxsrv._tcp.local."]
|
|
}
|