122 lines
1.6 KiB
YAML
122 lines
1.6 KiB
YAML
version: 1
|
|
|
|
enabled: true
|
|
|
|
timezone: local
|
|
|
|
templates:
|
|
|
|
workday:
|
|
|
|
- time: "07:00"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 2
|
|
heater: off
|
|
target_temp: 20
|
|
mode: outside
|
|
|
|
- time: "15:45"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
|
|
- time: "15:46"
|
|
action:
|
|
type: auto
|
|
speed: 1
|
|
|
|
- time: "15:47"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "17:00"
|
|
action:
|
|
type: set
|
|
speed: 3
|
|
|
|
- time: "19:00"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 6
|
|
heater: on
|
|
target_temp: 20
|
|
|
|
- time: "20:30"
|
|
action:
|
|
type: auto
|
|
speed: 2
|
|
|
|
|
|
- time: "20:31"
|
|
action:
|
|
type: set
|
|
speed: 3
|
|
|
|
- time: "23:00"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
heater: off
|
|
|
|
- time: "23:55"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 1
|
|
|
|
- time: "23:57"
|
|
action:
|
|
type: auto
|
|
speed: 2
|
|
|
|
|
|
|
|
weekend:
|
|
|
|
- time: "00:00"
|
|
action:
|
|
type: set
|
|
speed: 6
|
|
|
|
- time: "00:02"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
|
|
- time: "09:00"
|
|
action:
|
|
type: set
|
|
power: on
|
|
speed: 1
|
|
heater: on
|
|
target_temp: 20
|
|
mode: outside
|
|
|
|
- time: "10:00"
|
|
action:
|
|
type: auto
|
|
speed: 1
|
|
|
|
- time: "23:30"
|
|
action:
|
|
type: set
|
|
speed: 1
|
|
heater: off
|
|
|
|
|
|
|
|
|
|
days:
|
|
|
|
mon: workday
|
|
tue: workday
|
|
wed: workday
|
|
thu: workday
|
|
fri: workday
|
|
|
|
sat: workday
|
|
sun: workday |