81 lines
1.0 KiB
YAML
81 lines
1.0 KiB
YAML
version: 1
|
|
|
|
enabled: true
|
|
|
|
timezone: local
|
|
|
|
templates:
|
|
|
|
workday:
|
|
|
|
|
|
- time: "09:00"
|
|
action:
|
|
power: on
|
|
type: set
|
|
speed: 6
|
|
heater: on
|
|
target_temp: 21
|
|
|
|
- time: "09:30"
|
|
action:
|
|
type: auto
|
|
speed: 2
|
|
target_temp: 25
|
|
|
|
- time: "22:00"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "22:45"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
|
|
|
|
|
|
weekend:
|
|
|
|
- time: "10:00"
|
|
action:
|
|
power: on
|
|
type: set
|
|
speed: 6
|
|
heater: on
|
|
target_temp: 21
|
|
|
|
- time: "10:30"
|
|
action:
|
|
type: auto
|
|
speed: 2
|
|
target_temp: 25
|
|
|
|
- time: "19:02"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "22:00"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "22:45"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
|
|
|
|
|
|
|
|
days:
|
|
|
|
mon: workday
|
|
tue: workday
|
|
wed: workday
|
|
thu: workday
|
|
fri: workday
|
|
|
|
sat: weekend
|
|
sun: weekend |