Skip to content

Commit

Permalink
add set_kitchen_thermostat_when_waking_up
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jan 8, 2019
1 parent c3b395b commit fef4983
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
set_livingroom_thermostat_when_waking_up:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn wir aufstehen
set_kitchen_thermostat_when_waking_up:
icon: mdi:temperature-celsius
name: Fußbodenheizung in der Küche wenn wir aufstehen
set_thermostat_when_heading_home:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn Richtung nach Hause
Expand Down
6 changes: 6 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ set_livingroom_thermostat_when_waking_up:
min: 18
max: 30
step: 0.5
set_kitchen_thermostat_when_waking_up:
name: Temperature
icon: mdi:temperature-celsius
min: 18
max: 30
step: 0.5
set_thermostat_when_heading_home:
name: Temperature
icon: mdi:temperature-celsius
Expand Down

0 comments on commit fef4983

Please sign in to comment.