Compare commits
2 Commits
44cb2ffe7d
...
deed84771d
Author | SHA1 | Date | |
---|---|---|---|
deed84771d | |||
6983888525 |
@ -30,7 +30,7 @@
|
||||
entity_id:
|
||||
- binary_sensor.hallway_motion_sensor
|
||||
- binary_sensor.hallway_person_occupancy
|
||||
- binary_sensor.presence_sensor_fp2_a73c_hallaway
|
||||
- binary_sensor.presence_sensor_fp2_hallaway
|
||||
to: "on"
|
||||
condition:
|
||||
- condition: numeric_state
|
||||
@ -47,7 +47,7 @@
|
||||
entity_id:
|
||||
- binary_sensor.hallway_motion_sensor
|
||||
- binary_sensor.hallway_person_occupancy
|
||||
- binary_sensor.presence_sensor_fp2_a73c_hallaway
|
||||
- binary_sensor.presence_sensor_fp2_hallaway
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
for: 00:00:01
|
||||
@ -59,7 +59,7 @@
|
||||
entity_id: binary_sensor.hallway_person_occupancy
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.presence_sensor_fp2_a73c_hallaway
|
||||
entity_id: binary_sensor.presence_sensor_fp2_hallaway
|
||||
state: "off"
|
||||
action:
|
||||
- service: script.hallway_lights_off
|
||||
|
@ -4,16 +4,16 @@ living_room_lights_toggle:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: light.table_lamp_lights
|
||||
entity_id: light.couch_lights
|
||||
state: 'on'
|
||||
sequence:
|
||||
living_room_ice: script.table_lights_off
|
||||
- service: script.living_room_lights_off
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: light.table_lamp_lights
|
||||
entity_id: light.couch_lights
|
||||
state: 'off'
|
||||
sequence:
|
||||
living_room_ice: script.table_lights_on
|
||||
- service: script.living_room_lights_on
|
||||
|
||||
living_room_lights_on:
|
||||
alias: '[Living Room] Lights on'
|
||||
|
Loading…
Reference in New Issue
Block a user