2021-12-06 22:31:28 +00:00
|
|
|
- id: hallway-motion-reset
|
|
|
|
alias: '[Hallway] Super sensor reset'
|
|
|
|
mode: restart
|
|
|
|
trigger:
|
2021-12-09 23:25:17 +00:00
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.hallway_motion_sensor
|
2021-12-06 22:31:28 +00:00
|
|
|
for: 00:00:05
|
|
|
|
from: 'off'
|
|
|
|
to: 'on'
|
|
|
|
action:
|
2021-12-09 23:25:17 +00:00
|
|
|
# - service: python_script.set_state
|
|
|
|
# data_template:
|
|
|
|
# entity_id: binary_sensor.hallway_motion_sensor
|
|
|
|
# state: 'off'
|
|
|
|
- service: zha.set_zigbee_cluster_attribute
|
|
|
|
data:
|
|
|
|
ieee: 00:15:8d:00:07:75:31:c0
|
|
|
|
endpoint_id: 1
|
|
|
|
cluster_id: 1280
|
|
|
|
cluster_type: in
|
|
|
|
attribute: 2
|
|
|
|
value: '0'
|
2021-12-06 22:31:28 +00:00
|
|
|
|
2021-11-12 01:35:44 +00:00
|
|
|
- id: hallway-button
|
|
|
|
alias: '[Hallway] Button single press'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- device_id: cc4f08a2e2f0e5aebc43b87164378795
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_short_press
|
|
|
|
subtype: remote_button_short_press
|
|
|
|
action:
|
|
|
|
- service: script.hallway_lights_toggle
|
|
|
|
|
|
|
|
- id: hallway-button-double
|
|
|
|
alias: '[Hallway] Button double press'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- device_id: cc4f08a2e2f0e5aebc43b87164378795
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_double_press
|
|
|
|
subtype: remote_button_double_press
|
|
|
|
action:
|
|
|
|
- service: script.leave_home
|
|
|
|
|
|
|
|
- id: hallway-motion-on
|
|
|
|
alias: '[Hallway] Motion On'
|
|
|
|
mode: restart
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.hallway_motion_sensor
|
|
|
|
from: 'off'
|
|
|
|
to: 'on'
|
2022-04-21 21:22:34 +00:00
|
|
|
condition:
|
|
|
|
- condition: numeric_state
|
|
|
|
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
|
|
|
|
below: '100'
|
2021-11-12 01:35:44 +00:00
|
|
|
action:
|
|
|
|
- service: script.hallway_lights_on
|
|
|
|
|
|
|
|
- id: hallway-motion-off
|
|
|
|
alias: '[Hallway] Motion Off'
|
|
|
|
mode: restart
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.hallway_motion_sensor
|
|
|
|
from: 'on'
|
|
|
|
to: 'off'
|
2021-12-06 22:31:28 +00:00
|
|
|
for: 00:00:05
|
2021-11-12 01:35:44 +00:00
|
|
|
action:
|
|
|
|
- service: script.hallway_lights_off
|
|
|
|
|
|
|
|
- id: hallway-open-close
|
|
|
|
alias: '[Hallway] Open door'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- type: opened
|
|
|
|
platform: device
|
|
|
|
device_id: 671a24524db60c56b0a182ac816faf20
|
|
|
|
entity_id: binary_sensor.front_door_open_close
|
|
|
|
domain: binary_sensor
|
|
|
|
action:
|
|
|
|
- service: script.hallway_lights_on
|