mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add migrated climate feature flags to fritzbox (#109547)
Adds migrated climate feature flags to fritzbox
This commit is contained in:
parent
810e5f9f67
commit
5f8248dc77
@ -80,6 +80,7 @@ class FritzboxThermostat(FritzBoxDeviceEntity, ClimateEntity):
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
@property
|
||||
def current_temperature(self) -> float:
|
||||
|
Loading…
x
Reference in New Issue
Block a user