mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
18 lines
397 B
JSON
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."
|
|
}
|
|
]
|
|
}
|