Skip to content

Commit ce6d9db

Browse files
committed
Fix unneeded Union-typing
1 parent 610907a commit ce6d9db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)