mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* bump python-bsblan version to 0.5.8 * add static_state this holds values that only needs retrieving once in a while * update diagnostics json with the right info
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"domain": "bsblan",
|
|
"name": "BSB-Lan",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/bsblan",
|
|
"requirements": ["python-bsblan==0.5.8"],
|
|
"codeowners": ["@liudger"],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["bsblan"]
|
|
}
|