2020-07-05 19:43:52 +00:00
set_climate_timer :
2021-05-15 05:30:41 +00:00
name : Set climate timer
2020-07-27 13:19:10 +00:00
description : Turn on climate entities for a set time.
2021-05-15 05:30:41 +00:00
target :
entity :
integration : tado
domain : climate
2020-07-05 19:43:52 +00:00
fields :
temperature :
2021-05-15 05:30:41 +00:00
name : Temperature
2020-07-05 19:43:52 +00:00
description : Temperature to set climate entity to
2021-05-15 05:30:41 +00:00
required : true
selector :
number :
min : 0
max : 100
step : 0.5
2022-03-30 07:48:06 +00:00
unit_of_measurement : "°"
2022-03-30 05:59:03 +00:00
time_period :
name : Time period
description : Choose this or Overlay. Set the time period for the change if you want to be specific. Alternatively use Overlay
required : false
example : "01:30:00"
default : "01:00:00"
selector :
text :
requested_overlay :
name : Overlay
description : Choose this or Time Period. Allows you to choose an overlay. MANUAL:=Overlay until user removes; NEXT_TIME_BLOCK:=Overlay until next timeblock; TADO_DEFAULT:=Overlay based on tado app setting
required : false
example : "MANUAL"
default : "TADO_DEFAULT"
selector :
select :
options :
- "NEXT_TIME_BLOCK"
- "MANUAL"
- "TADO_DEFAULT"
2020-07-05 19:43:52 +00:00
2020-07-01 14:20:50 +00:00
set_water_heater_timer :
2021-05-15 05:30:41 +00:00
name : Set water heater timer
2020-07-01 14:20:50 +00:00
description : Turn on water heater for a set time.
2021-05-15 05:30:41 +00:00
target :
entity :
integration : tado
domain : climate
2020-07-01 14:20:50 +00:00
fields :
time_period :
2021-05-15 05:30:41 +00:00
name : Time period
2020-07-01 14:20:50 +00:00
description : Set the time period for the boost.
2021-05-15 05:30:41 +00:00
required : true
2020-07-01 14:20:50 +00:00
example : "01:30:00"
2021-05-15 05:30:41 +00:00
default : "01:00:00"
selector :
text :
2020-07-01 14:20:50 +00:00
temperature :
2021-05-15 05:30:41 +00:00
name : Temperature
2020-07-01 14:20:50 +00:00
description : Temperature to set heater to
2021-05-15 05:30:41 +00:00
selector :
number :
min : 0
max : 100
step : 0.5
2022-03-30 07:48:06 +00:00
unit_of_measurement : "°"
2021-01-26 08:11:29 +00:00
set_climate_temperature_offset :
2021-05-15 05:30:41 +00:00
name : Set climate temperature offset
2021-01-26 08:11:29 +00:00
description : Set the temperature offset of climate entities
2021-05-15 05:30:41 +00:00
target :
entity :
integration : tado
domain : climate
2021-01-26 08:11:29 +00:00
fields :
offset :
2021-05-15 05:30:41 +00:00
name : Offset
description : Offset you would like (depending on your device).
default : 0
selector :
number :
min : -10
max : 10
step : 0.01
2022-03-30 07:48:06 +00:00
unit_of_measurement : "°"