Skip to content

Commit

Permalink
add additional thermostat apps
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Dec 17, 2018
1 parent 5158957 commit 3dd5b13
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
14 changes: 14 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ view_settings:
entities:
- group.standards
- group.warm_bath_before_wakeup
- group.warm_upper_bath_before_wakeup
- group.set_thermostat_when_leaving
- group.set_thermostat_when_sleeping
- group.set_livingroom_thermostat_when_waking_up
- group.small_ventilator
- group.large_ventilator
- group.vacuum_apps
Expand Down Expand Up @@ -559,6 +561,12 @@ warm_bath_before_wakeup:
- input_number.warm_bath_before_wakeup
- input_boolean.warm_bath_before_wakeup

warm_upper_bath_before_wakeup:
name: Fußbdodenheizung Bad Oben
entities:
- input_number.warm_upper_bath_before_wakeup
- input_boolean.warm_upper_bath_before_wakeup

set_thermostat_when_leaving:
name: Fußbdodenheizung Wohnzimmer Weg
entities:
Expand All @@ -571,6 +579,12 @@ set_thermostat_when_sleeping:
- input_number.set_thermostat_when_sleeping
- input_boolean.set_thermostat_when_sleeping

set_livingroom_thermostat_when_waking_up:
name: Fußbdodenheizung Wohnzimmer wenn wir aufstehen
entities:
- input_number.set_livingroom_thermostat_when_waking_up
- input_boolean.set_livingroom_thermostat_when_waking_up

app_switches:
name: App Switches
entities:
Expand Down
9 changes: 8 additions & 1 deletion input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
warm_bath_before_wakeup:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Bad vorm aufstehen anschalten
warm_upper_bath_before_wakeup:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Bad Oben vorm aufstehen anschalten
turn_off_bath_thermostat_when_window_open:
icon: mdi:window-open
name: Fußbodenheizung im Bad ausschalten wenn Fenster offen
Expand Down Expand Up @@ -138,4 +141,8 @@
icon: mdi:replay
name: Reset Google Maps API Timer
detect_devices_on_when_going_to_bed:
name: Schalte alles aus wenn wir ins Bett gehen
name: Schalte alles aus wenn wir ins Bett gehen
icon: mdi:alarm
set_livingroom_thermostat_when_waking_up:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn wir aufstehen
12 changes: 12 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ warm_bath_before_wakeup:
min: 18
max: 30
step: 0.5
warm_upper_bath_before_wakeup:
name: Temperature
icon: mdi:temperature-celsius
min: 18
max: 30
step: 0.5
set_thermostat_when_leaving:
name: Temperature
icon: mdi:temperature-celsius
Expand All @@ -56,6 +62,12 @@ set_thermostat_when_sleeping:
min: 18
max: 30
step: 0.5
set_livingroom_thermostat_when_waking_up:
name: Temperature
icon: mdi:temperature-celsius
min: 18
max: 30
step: 0.5
travel_time_home_user_one_update_interval:
min: 2
max: 2678400 # 1 month
Expand Down

0 comments on commit 3dd5b13

Please sign in to comment.