Fix tado climate service (#112686)

This commit is contained in:
Alin Balutoiu 2024-03-08 21:31:02 +00:00 committed by GitHub
parent de886d8c49
commit d868b8d4c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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