Add Office Motion Sensor
This commit is contained in:
parent
438c78c494
commit
894a5d9980
@ -39,6 +39,9 @@
|
||||
- platform: state
|
||||
entity_id: binary_sensor.kitchen_motion_sensor
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.office_sensor_motion
|
||||
to: 'on'
|
||||
# - platform: state
|
||||
# entity_id: binary_sensor.kitchen_tabletop_motion_detection
|
||||
# to: 'on'
|
||||
|
@ -155,6 +155,9 @@
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.office_illuminance_sensor_battery
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.office_motion_sensor_battery
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.office_thermostat_battery_level
|
||||
|
@ -418,6 +418,12 @@
|
||||
platform: device
|
||||
type: device_offline
|
||||
subtype: device_offline
|
||||
# Office Motion Sensor
|
||||
- device_id: 5dc8b6e216588033d4d31d8c3d561d70
|
||||
domain: zha
|
||||
platform: device
|
||||
type: device_offline
|
||||
subtype: device_offline
|
||||
# Office Window
|
||||
- device_id: ceab8d95ef12c5ebd406302ec0f4178d
|
||||
domain: zha
|
||||
|
Loading…
Reference in New Issue
Block a user