Skip to content

Commit

Permalink
add set_thermostat_when_leaving
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 23, 2018
1 parent 1c4e33e commit c209e65
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ view_settings:
entities:
- group.standards
- group.warm_bath_before_wakeup
- group.set_thermostat_when_leaving
- group.small_ventilator
- group.large_ventilator
- group.vacuum_apps
Expand Down Expand Up @@ -544,6 +545,12 @@ warm_bath_before_wakeup:
- input_number.warm_bath_before_wakeup
- input_boolean.warm_bath_before_wakeup

set_thermostat_when_leaving:
name: Fußbdodenheizung Wohnzimmer
entities:
- input_number.set_thermostat_when_leaving
- input_boolean.set_thermostat_when_leaving

app_switches:
name: App Switches
entities:
Expand Down Expand Up @@ -578,6 +585,8 @@ app_switches:
- input_boolean.notifier_alexa
- input_boolean.turn_on_bath_thermostat_when_window_closed
- input_boolean.turn_off_bath_thermostat_when_window_open
- input_boolean.set_thermostat_when_leaving


notifier_alexa:
name: Alexa Ansagen
Expand Down
5 changes: 4 additions & 1 deletion input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,7 @@
name: Fußbodenheizung im Bad ausschalten wenn Fenster offen
turn_on_bath_thermostat_when_window_closed:
icon: mdi:window-closed
name: Fußbodenheizung im Bad anschalten wenn Fenster zu
name: Fußbodenheizung im Bad anschalten wenn Fenster zu
set_thermostat_when_leaving:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn wir gehen
6 changes: 6 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ turn_large_fan_on_when_hot_threshold:
max: 40
step: 1
warm_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
min: 18
Expand Down

0 comments on commit c209e65

Please sign in to comment.