mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Why didn't these get included?
This commit is contained in:
@@ -49,9 +49,9 @@ action:
|
||||
# entity_id: switch.shelly_projector
|
||||
- alias: "Roku idle or unused, turn off projector"
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: switch.shelly_projector
|
||||
state: 'on'
|
||||
# - condition: state
|
||||
# entity_id: switch.shelly_projector
|
||||
# state: 'on'
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: trigger
|
||||
@@ -59,9 +59,9 @@ action:
|
||||
- condition: trigger
|
||||
id: home_fifteen_min
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.shelly_projector
|
||||
# - service: switch.turn_off
|
||||
# target:
|
||||
# entity_id: switch.shelly_projector
|
||||
- service: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user