Skip to content

Commit

Permalink
add thermostat coming home
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Feb 22, 2019
1 parent 513cad3 commit 0717cd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@
bath_motion_trigger:
icon: mdi:shower
name: Badlicht Bewegungsmelder
set_livingroom_thermostat_when_coming_home:
icon: mdi:temperature-celsius
name: Fußbodenheizung in der Küche wenn wir heimkommen
set_kitchen_thermostat_when_coming_home:
icon: mdi:temperature-celsius
name: Fußbodenheizung in der Küche wenn wir heimkommen
#################################################################
## zigbee2mqtt
#################################################################
Expand Down
12 changes: 12 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ set_kitchen_thermostat_when_waking_up:
min: 18
max: 30
step: 0.5
set_livingroom_thermostat_when_coming_home:
name: Temperature
icon: mdi:temperature-celsius
min: 18
max: 30
step: 0.5
set_kitchen_thermostat_when_coming_home:
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 0717cd3

Please sign in to comment.