hass-core/homeassistant/components/blebox/manifest.json
Michał Huryn ddfad75eb7
Add basic auth to Blebox (#99320)
Co-authored-by: Robert Resch <robert@resch.dev>
2023-10-11 16:09:56 +02:00

11 lines
334 B
JSON

{
"domain": "blebox",
"name": "BleBox devices",
"codeowners": ["@bbx-a", "@riokuu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/blebox",
"iot_class": "local_polling",
"loggers": ["blebox_uniapi"],
"requirements": ["blebox-uniapi==2.2.0"],
"zeroconf": ["_bbxsrv._tcp.local."]
}