-
Notifications
You must be signed in to change notification settings - Fork 0
/
climates.yaml
67 lines (66 loc) · 1.33 KB
/
climates.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#Haloszoba
- platform: generic_thermostat
name: Halo
heater: switch.halo
target_sensor: sensor.halo
min_temp: 17
max_temp: 25
target_temp: 21
tolerance: 0.3
min_cycle_duration:
minutes: 5
condition:
condition: and
conditions:
- condition: numeric_state
entity_id: 'sensor.halo_1'
below: '23'
- condition: numeric_state
entity_id: 'sensor.halo_2'
below: '23'
#Gyerekszoba
- platform: generic_thermostat
name: Gyerekszoba
heater: switch.gyerekek
target_sensor: sensor.gyerekek
min_temp: 17
max_temp: 25
target_temp: 21
tolerance: 0.3
min_cycle_duration:
minutes: 5
#Furdoszoba
- platform: generic_thermostat
name: Furdoszoba
heater: switch.furdo
target_sensor: sensor.furdo
min_temp: 17
max_temp: 25
target_temp: 21
tolerance: 0.3
min_cycle_duration:
minutes: 5
#Konyha
- platform: generic_thermostat
name: Konyha
heater: switch.konyha
target_sensor: sensor.nappali
min_temp: 17
max_temp: 25
target_temp: 21
tolerance: 0.3
min_cycle_duration:
minutes: 5
#Nappali
- platform: generic_thermostat
name: Nappali
heater: switch.nappali
target_sensor: sensor.nappali
min_temp: 17
max_temp: 25
target_temp: 21
tolerance: 0.3
min_cycle_duration:
minutes: 5
#Docs
#https://home-assistant.io/components/climate.generic_thermostat/