Compare commits
No commits in common. "3b162d07677184e8147088a6428b58f207cd5bee" and "5a19fdb9412e4141134f8f2cc13bc5b2e8c0350c" have entirely different histories.
3b162d0767
...
5a19fdb941
@ -3,17 +3,6 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: input_datetime.sleep_mode
|
at: input_datetime.sleep_mode
|
||||||
- platform: state
|
|
||||||
entity_id:
|
|
||||||
- group.guests
|
|
||||||
to: not_home
|
|
||||||
condition:
|
|
||||||
- condition: state
|
|
||||||
entity_id: group.guests
|
|
||||||
state: not_home
|
|
||||||
- condition: time
|
|
||||||
before: input_datetime.day_mode
|
|
||||||
after: input_datetime.sleep_mode
|
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.sleep_mode
|
entity_id: input_boolean.sleep_mode
|
||||||
|
@ -7,11 +7,4 @@ vacuum_rooms:
|
|||||||
- input_boolean.vacuum_kitchen
|
- input_boolean.vacuum_kitchen
|
||||||
- input_boolean.vacuum_hallway
|
- input_boolean.vacuum_hallway
|
||||||
- input_boolean.vacuum_bedroom
|
- input_boolean.vacuum_bedroom
|
||||||
- input_boolean.vacuum_bathroom
|
- input_boolean.vacuum_bathroom
|
||||||
|
|
||||||
guests:
|
|
||||||
entities:
|
|
||||||
- person.mariusz_ablewicz
|
|
||||||
- person.andrzej_legowski
|
|
||||||
- person.matka
|
|
||||||
- person.piotr_madej
|
|
@ -3,10 +3,8 @@
|
|||||||
- id: sleep_on_{{ light.entityId }}
|
- id: sleep_on_{{ light.entityId }}
|
||||||
alias: '[Sleep-On] {{ light.name }}'
|
alias: '[Sleep-On] {{ light.name }}'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: time
|
||||||
entity_id:
|
at: input_datetime.sleep_mode
|
||||||
- input_boolean.sleep_mode
|
|
||||||
to: 'on'
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: {{ light.entityId }}
|
entity_id: {{ light.entityId }}
|
||||||
|
Loading…
Reference in New Issue
Block a user