Files
core/homeassistant/components/bsblan/manifest.json
T
2026-02-23 18:50:49 +01:00

18 lines
397 B
JSON

{
"domain": "bsblan",
"name": "BSB-Lan",
"codeowners": ["@liudger"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bsblan",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["bsblan"],
"requirements": ["python-bsblan==5.0.1"],
"zeroconf": [
{
"name": "bsb-lan*",
"type": "_http._tcp.local."
}
]
}