Files
home-assistant-core/homeassistant/components/bsblan/manifest.json
T
2026-04-23 22:05:58 +02:00

19 lines
426 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"],
"quality_scale": "silver",
"requirements": ["python-bsblan==5.2.0"],
"zeroconf": [
{
"name": "bsb-lan*",
"type": "_http._tcp.local."
}
]
}