Fix tado climate service (#112686)

pull/113250/head
Alin Balutoiu 2024-03-08 21:31:02 +00:00 committed by Franck Nijhof
parent e95ce2d390
commit 9e977f2c70
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 3 additions and 3 deletions

View File

@ -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."""