2020-07-05 19:43:52 +00:00
|
|
|
set_climate_timer:
|
2020-07-27 13:19:10 +00:00
|
|
|
description: Turn on climate entities for a set time.
|
2020-07-05 19:43:52 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Entity ID for the tado component to turn on for a set time.
|
|
|
|
example: climate.heating
|
|
|
|
time_period:
|
|
|
|
description: Set the time period for the boost.
|
|
|
|
example: "01:30:00"
|
|
|
|
temperature:
|
|
|
|
description: Temperature to set climate entity to
|
|
|
|
example: 25
|
|
|
|
|
2020-07-01 14:20:50 +00:00
|
|
|
set_water_heater_timer:
|
|
|
|
description: Turn on water heater for a set time.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Entity ID for the tado component to turn on for a set time.
|
|
|
|
example: water_heater.hot_water
|
|
|
|
time_period:
|
|
|
|
description: Set the time period for the boost.
|
|
|
|
example: "01:30:00"
|
|
|
|
temperature:
|
|
|
|
description: Temperature to set heater to
|
|
|
|
example: 25
|
2021-01-26 08:11:29 +00:00
|
|
|
|
|
|
|
set_climate_temperature_offset:
|
|
|
|
description: Set the temperature offset of climate entities
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Entity ID for the tado component to set the temperature offset
|
|
|
|
example: climate.heating
|
|
|
|
offset:
|
|
|
|
description: Offset you would like, can be to 2 decimal places (depending on your device) positive or negative
|
|
|
|
example: -1.2
|