* chore: Update bsblan library to version 0.6.1 * add dataclass BSBLANConfig remove session as bsblan has it's own session * Update temperature unit handling in BSBLANClimate * chore: Remove unused constant in bsblan/const.py * chore: Update python-bsblan library to version 0.6.2 * feat: Add async_get_clientsession to BSBLAN initialization This commit adds the `async_get_clientsession` function to the initialization of the `BSBLAN` class in both `__init__.py` and `config_flow.py` files. This allows the `BSBLAN` instance to have its own session for making HTTP requests. This change improves the performance and reliability of the BSBLAN integration.
11 lines
304 B
JSON
11 lines
304 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==0.6.2"]
|
|
}
|