Update eq3btsmart to 2.1.0 (#146335)

* Update eq3btsmart to 2.1.0

* Update import names

* Update register callbacks

* Updated data model

* Update Thermostat set value methods

* Update Thermostat init

* Thermostat status and device_data are always given

* Minor compatibility fixes

---------

Co-authored-by: Lennard Beers <l.beers@outlook.de>
This commit is contained in:
Marc Mueller
2025-06-15 10:17:01 +02:00
committed by GitHub
parent c988d1ce36
commit 29ce17abf4
13 changed files with 124 additions and 119 deletions

View File

@ -331,10 +331,6 @@ PYTHON_VERSION_CHECK_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/hbldh/bleak/pull/1718 (not yet released)
"homeassistant": {"bleak"}
},
"eq3btsmart": {
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
"homeassistant": {"eq3btsmart"}
},
"python_script": {
# Security audits are needed for each Python version
"homeassistant": {"restrictedpython"}