Skip to content

Commit

Permalink
fix: Initial_state for sleep_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Dec 5, 2020
1 parent 05ee738 commit 7b1e13f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/sleep_mode.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
automation:
- id: 268809fc-5e8c-4009-872e-61ba419cd733
initial_state: true
alias: User Sleepmode Off Determiner
description: Control input_boolean.user_*_sleep
mode: queued
Expand Down Expand Up @@ -28,6 +29,7 @@ automation:
- service: input_boolean.turn_off
entity_id: input_boolean.user_two_sleep
- id: 06639822-2dba-4ae5-9a1c-dfdef754352d
initial_state: true
alias: User One Sleepmode On
description: Turn input_boolean.user_one_sleep on when input_boolean.sleepmode turns on and user is home
mode: single
Expand All @@ -45,6 +47,7 @@ automation:
- service: input_boolean.turn_on
entity_id: input_boolean.user_one_sleep
- id: 682f3b03-036f-4905-89a4-f448737bfd36
initial_state: true
alias: User Two Sleepmode On
description: Turn input_boolean.user_two_sleep on when input_boolean.sleepmode turns on and user is home
mode: single
Expand All @@ -62,6 +65,7 @@ automation:
- service: input_boolean.turn_on
entity_id: input_boolean.user_two_sleep
- id: 72d1f4c2-253c-4291-99d0-83f045fea397
initial_state: true
alias: Sleepmode Determiner
description: Control input_boolean.sleepmode
mode: single
Expand Down Expand Up @@ -115,6 +119,7 @@ automation:
- service: homeassistant.turn_on
entity_id: input_boolean.notifier_alexa
- id: 66562027-abbf-4f45-a22f-fd13a83f9ede
initial_state: true
alias: Schalte Wohnung aus wenn wir schlafen oder weggehen
description: Turn off everything which should be turned off when we go to sleep or leave the house
mode: single
Expand Down Expand Up @@ -153,6 +158,7 @@ automation:
- media_player.kevins_echo_dot_arbeitszimmer
- media_player.kevins_echo_dot_wohnzimmer
- id: af5f082f-20a9-486e-b572-69b98fd7f781
initial_state: true
alias: Alexa sagt wenn Türen und Fenster noch offen ist wenn wir schlafen
description: Alexa alarms us when we forgot to close doors or windwos when going to sleep
mode: single
Expand Down

0 comments on commit 7b1e13f

Please sign in to comment.