102 lines
1.3 KiB
YAML
102 lines
1.3 KiB
YAML
version: 1
|
|
|
|
enabled: true
|
|
|
|
timezone: local
|
|
|
|
templates:
|
|
|
|
workday:
|
|
|
|
- time: "00:00"
|
|
action:
|
|
type: set
|
|
power: off
|
|
|
|
- time: "07:00"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 2
|
|
heater: on
|
|
target_temp: 20
|
|
mode: outside
|
|
|
|
- time: "09:00"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
|
|
- time: "13:00"
|
|
action:
|
|
type: auto
|
|
|
|
- time: "17:00"
|
|
action:
|
|
type: set
|
|
speed: 3
|
|
|
|
- time: "17:30"
|
|
action:
|
|
type: auto
|
|
|
|
- time: "23:00"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
heater: off
|
|
|
|
|
|
weekend:
|
|
|
|
- time: "00:00"
|
|
action:
|
|
type: set
|
|
power: off
|
|
|
|
- time: "09:00"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 1
|
|
heater: on
|
|
target_temp: 20
|
|
mode: outside
|
|
|
|
- time: "10:00"
|
|
action:
|
|
type: auto
|
|
|
|
- time: "22:54"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 2
|
|
|
|
- time: "22:55"
|
|
action:
|
|
type: set
|
|
speed: 4
|
|
|
|
- time: "22:56"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "23:30"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
heater: off
|
|
|
|
|
|
days:
|
|
|
|
mon: workday
|
|
tue: workday
|
|
wed: workday
|
|
thu: workday
|
|
fri: workday
|
|
|
|
sat: weekend
|
|
sun: weekend |