1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
deed84771d Fix hallway sensor 2023-04-25 01:44:05 +02:00
6983888525 Fix lights living room scripts 2023-04-24 20:06:47 +02:00
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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'