From 9a150fde08156a9a39f3760d85b9ccdf37c0e96c Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Sat, 6 Oct 2018 10:11:57 +0200 Subject: [PATCH] added warm_bath_before_wakeup --- group.yaml | 8 ++++++++ input_boolean.yaml | 5 ++++- input_number.yaml | 8 +++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/group.yaml b/group.yaml index 9de745e9..60ab1b2e 100644 --- a/group.yaml +++ b/group.yaml @@ -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 @@ -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: @@ -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 diff --git a/input_boolean.yaml b/input_boolean.yaml index 1312ffed..dbd6bfd8 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -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 \ No newline at end of file + name: Alexa automatisch auf Receiver Bluetooth spielen lassen + warm_bath_before_wakeup: + icon: mdi:temperature-celsius + name: Fußbodenheizung im Bad vorm aufstehen anschalten \ No newline at end of file diff --git a/input_number.yaml b/input_number.yaml index 286baee0..bd1198df 100644 --- a/input_number.yaml +++ b/input_number.yaml @@ -37,4 +37,10 @@ turn_large_fan_on_when_hot_threshold: icon: mdi:temperature-celsius min: 20 max: 40 - step: 1 \ No newline at end of file + step: 1 +warm_bath_before_wakeup: + name: Temperature + icon: mdi:temperature-celsius + min: 18 + max: 30 + step: 0.5 \ No newline at end of file