mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix tado climate service (#112686)
This commit is contained in:
parent
de886d8c49
commit
d868b8d4c5
@ -401,9 +401,9 @@ class TadoClimate(TadoZoneEntity, ClimateEntity):
|
|||||||
|
|
||||||
def set_timer(
|
def set_timer(
|
||||||
self,
|
self,
|
||||||
temperature: float,
|
temperature: float | None = None,
|
||||||
time_period: int,
|
time_period: int | None = None,
|
||||||
requested_overlay: str,
|
requested_overlay: str | None = None,
|
||||||
):
|
):
|
||||||
"""Set the timer on the entity, and temperature if supported."""
|
"""Set the timer on the entity, and temperature if supported."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user