File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Ongoing
3+ ## v0.31.4: Improvements
44
55- Improve fixture generation and manual fixtures, exposing (prettier-ed) fixtures
6+ - Fix unneeded Union-typing
67
78## v0.31.3: Typing updates, improved fixture generation and manual mode-changes
89
Original file line number Diff line number Diff line change @@ -501,8 +501,8 @@ class DeviceData(
501501 available : bool | None
502502
503503 binary_sensors : SmileBinarySensors
504- max_dhw_temperature : ActuatorData | float
505- maximum_boiler_temperature : ActuatorData | float
504+ max_dhw_temperature : ActuatorData
505+ maximum_boiler_temperature : ActuatorData
506506 sensors : SmileSensors
507507 switches : SmileSwitches
508508 thermostat : ActuatorData
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise"
7- version = " 0.31.3 "
7+ version = " 0.31.4 "
88license = {file = " LICENSE" }
99description = " Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments