core/homeassistant/components/bsblan
Willem-Jan van Rootselaar 8cfac68317
Bump BSBLan to 0.6.2 (#123594)
* 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.
2024-08-12 10:57:51 +02:00
..
__init__.py Bump BSBLan to 0.6.2 (#123594) 2024-08-12 10:57:51 +02:00
climate.py Bump BSBLan to 0.6.2 (#123594) 2024-08-12 10:57:51 +02:00
config_flow.py Bump BSBLan to 0.6.2 (#123594) 2024-08-12 10:57:51 +02:00
const.py Bump BSBLan to 0.6.2 (#123594) 2024-08-12 10:57:51 +02:00
coordinator.py
diagnostics.py
entity.py
manifest.json Bump BSBLan to 0.6.2 (#123594) 2024-08-12 10:57:51 +02:00
strings.json