-
Notifications
You must be signed in to change notification settings - Fork 0
/
climate.yaml
47 lines (44 loc) · 1.07 KB
/
climate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- platform: generic_thermostat
name: Main Level
heater: switch.Main_Level_Zone
target_sensor: sensor.netatmo_main_level_temperature
min_temp: 68
max_temp: 70
target_temp: 69
cold_tolerance: 0.3
hot_tolerance: 0
min_cycle_duration:
seconds: 120
- platform: generic_thermostat
name: Basement
heater: switch.basement_zone
target_sensor: sensor.isaacs_room_temp
min_temp: 63
max_temp: 70
target_temp: 62
cold_tolerance: 0.3
hot_tolerance: 0
min_cycle_duration:
seconds: 120
- platform: generic_thermostat
name: Upstairs
heater: switch.upstairs_zone
target_sensor: sensor.upstairs_temp
min_temp: 64
max_temp: 70
target_temp: 66
cold_tolerance: 0.3
hot_tolerance: 0
min_cycle_duration:
seconds: 120
- platform: generic_thermostat
name: Kitchen
heater: switch.kitchen_zone
target_sensor: sensor.office_temp
min_temp: 68
max_temp: 70
target_temp: 69
cold_tolerance: 0.3
hot_tolerance: 0
min_cycle_duration:
seconds: 120