doc: поправил зависимости и расписание
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
version: 1
|
||||
|
||||
check_interval: 5.0
|
||||
|
||||
co2:
|
||||
base_speed: 1
|
||||
hysteresis: 100
|
||||
|
||||
thresholds:
|
||||
- ppm: 700
|
||||
speed: 2
|
||||
|
||||
- ppm: 900
|
||||
speed: 3
|
||||
|
||||
- ppm: 1300
|
||||
speed: 4
|
||||
|
||||
- ppm: 1600
|
||||
speed: 5
|
||||
|
||||
- ppm: 2000
|
||||
speed: 6
|
||||
|
||||
temperature:
|
||||
hysteresis: 0.5
|
||||
@@ -0,0 +1,76 @@
|
||||
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: "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
|
||||
Reference in New Issue
Block a user