mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Why didn't these get included?
This commit is contained in:
@@ -5,7 +5,7 @@ id: automation_clint_in_bed
|
|||||||
trigger:
|
trigger:
|
||||||
# Bed in master bedroom is occupied
|
# Bed in master bedroom is occupied
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_right
|
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either
|
||||||
to: 'on'
|
to: 'on'
|
||||||
# Radio playing
|
# Radio playing
|
||||||
- platform: state
|
- platform: state
|
||||||
@@ -63,7 +63,7 @@ condition:
|
|||||||
|
|
||||||
- alias: "The bed is occupied"
|
- alias: "The bed is occupied"
|
||||||
condition: state
|
condition: state
|
||||||
entity_id: input_boolean.master_bed_occupied
|
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_either
|
||||||
state: 'on'
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
|
|||||||
@@ -49,9 +49,9 @@ action:
|
|||||||
# entity_id: switch.shelly_projector
|
# entity_id: switch.shelly_projector
|
||||||
- alias: "Roku idle or unused, turn off projector"
|
- alias: "Roku idle or unused, turn off projector"
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
# - condition: state
|
||||||
entity_id: switch.shelly_projector
|
# entity_id: switch.shelly_projector
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
- condition: or
|
- condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
@@ -59,9 +59,9 @@ action:
|
|||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: home_fifteen_min
|
id: home_fifteen_min
|
||||||
sequence:
|
sequence:
|
||||||
- service: switch.turn_off
|
# - service: switch.turn_off
|
||||||
target:
|
# target:
|
||||||
entity_id: switch.shelly_projector
|
# entity_id: switch.shelly_projector
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user