mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -47,12 +47,12 @@ action:
|
||||
# state: 'on'
|
||||
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
- action: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id:
|
||||
- input_boolean.announce_dishwasher_done
|
||||
- service: input_boolean.turn_on
|
||||
- action: input_boolean.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id:
|
||||
@@ -60,20 +60,20 @@ action:
|
||||
# - input_boolean.announcement_pending
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- "{{is_state('binary_sensor.dreambox_recently_active','on') }}"
|
||||
- conditions:
|
||||
- "{{is_state('binary_sensor.dreambox_recently_active','on') }}"
|
||||
|
||||
sequence:
|
||||
- service: notify.dreambox
|
||||
data:
|
||||
message: The dishwasher is done
|
||||
sequence:
|
||||
- action: notify.dreambox
|
||||
data:
|
||||
message: The dishwasher is done
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- "{{is_state('binary_sensor.dreamsurface_recently_active','on') }}"
|
||||
- "{{is_state('binary_sensor.dreamsurface_recently_active','on') }}"
|
||||
|
||||
sequence:
|
||||
- service: notify.dreamsurface
|
||||
- action: notify.dreamsurface
|
||||
data:
|
||||
message: The dishwasher is done
|
||||
|
||||
@@ -84,7 +84,7 @@ action:
|
||||
state: "off"
|
||||
|
||||
sequence:
|
||||
- service: notify.mobile_app_pixel_7
|
||||
- action: notify.mobile_app_pixel_7
|
||||
data:
|
||||
message: The dishwasher is done
|
||||
data:
|
||||
@@ -95,7 +95,7 @@ action:
|
||||
- delay:
|
||||
minutes: 30
|
||||
|
||||
- service: input_boolean.turn_off
|
||||
- action: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id:
|
||||
|
||||
Reference in New Issue
Block a user