Skip to content

Commit

Permalink
added warm_bath_before_wakeup
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 6, 2018
1 parent cb2a580 commit 9a150fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ view_settings:
icon: mdi:settings
entities:
- group.standards
- group.warm_bath_before_wakeup
- group.small_ventilator
- group.large_ventilator
- group.vacuum_apps
Expand Down Expand Up @@ -537,6 +538,12 @@ large_ventilator:
- input_number.turn_large_fan_on_when_hot_threshold
- input_boolean.turn_large_fan_on_when_hot

warm_bath_before_wakeup:
name: Fußbdodenheizung Bad
entities:
- input_number.warm_bath_before_wakeup
- input_boolean.warm_bath_before_wakeup

app_switches:
name: App Switches
entities:
Expand Down Expand Up @@ -568,6 +575,7 @@ app_switches:
- input_boolean.graeser_notifier
- input_boolean.birke_notifier
- input_boolean.alexa_speaker_connector
- input_boolean.notifier_alexa

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 @@ -103,4 +103,7 @@
name: Snowie Starten wenn wir weg gehen
alexa_speaker_connector:
icon: mdi:amazon-alexa
name: Alexa automatisch auf Receiver Bluetooth spielen lassen
name: Alexa automatisch auf Receiver Bluetooth spielen lassen
warm_bath_before_wakeup:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Bad vorm aufstehen anschalten
8 changes: 7 additions & 1 deletion input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ turn_large_fan_on_when_hot_threshold:
icon: mdi:temperature-celsius
min: 20
max: 40
step: 1
step: 1
warm_bath_before_wakeup:
name: Temperature
icon: mdi:temperature-celsius
min: 18
max: 30
step: 0.5

0 comments on commit 9a150fd

Please sign in to comment.