Fix tado climate service (#112686)
parent
e95ce2d390
commit
9e977f2c70
|
@ -401,9 +401,9 @@ class TadoClimate(TadoZoneEntity, ClimateEntity):
|
|||
|
||||
def set_timer(
|
||||
self,
|
||||
temperature: float,
|
||||
time_period: int,
|
||||
requested_overlay: str,
|
||||
temperature: float | None = None,
|
||||
time_period: int | None = None,
|
||||
requested_overlay: str | None = None,
|
||||
):
|
||||
"""Set the timer on the entity, and temperature if supported."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue