Skip to content

Commit

Permalink
added set_thermostat_when_heading_home
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Dec 18, 2018
1 parent 142665e commit 26ff349
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ view_settings:
- group.set_thermostat_when_leaving
- group.set_thermostat_when_sleeping
- group.set_livingroom_thermostat_when_waking_up
- group.set_thermostat_when_heading_home
- group.small_ventilator
- group.large_ventilator
- group.vacuum_apps
Expand Down Expand Up @@ -589,6 +590,12 @@ set_livingroom_thermostat_when_waking_up:
- input_number.set_livingroom_thermostat_when_waking_up
- input_boolean.set_livingroom_thermostat_when_waking_up

set_thermostat_when_heading_home:
name: Fußbodenheizung im Wohnzimmer wenn Richtung nach Hause
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
5 changes: 4 additions & 1 deletion input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@
icon: mdi:alarm
set_livingroom_thermostat_when_waking_up:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn wir aufstehen
name: Fußbodenheizung im Wohnzimmer wenn wir aufstehen
set_thermostat_when_heading_home:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn Richtung nach Hause
6 changes: 6 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ set_livingroom_thermostat_when_waking_up:
min: 18
max: 30
step: 0.5
set_thermostat_when_heading_home:
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 26ff349

Please sign in to comment.