1
0

Add Office Motion Sensor

This commit is contained in:
Przemek Grondek 2023-02-01 18:03:19 +01:00
parent 438c78c494
commit 894a5d9980
3 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,9 @@
- platform: state - platform: state
entity_id: binary_sensor.kitchen_motion_sensor entity_id: binary_sensor.kitchen_motion_sensor
to: 'on' to: 'on'
- platform: state
entity_id: binary_sensor.office_sensor_motion
to: 'on'
# - platform: state # - platform: state
# entity_id: binary_sensor.kitchen_tabletop_motion_detection # entity_id: binary_sensor.kitchen_tabletop_motion_detection
# to: 'on' # to: 'on'

View File

@ -155,6 +155,9 @@
- platform: numeric_state - platform: numeric_state
below: '10' below: '10'
entity_id: sensor.office_illuminance_sensor_battery entity_id: sensor.office_illuminance_sensor_battery
- platform: numeric_state
below: '10'
entity_id: sensor.office_motion_sensor_battery
- platform: numeric_state - platform: numeric_state
below: '10' below: '10'
entity_id: sensor.office_thermostat_battery_level entity_id: sensor.office_thermostat_battery_level

View File

@ -418,6 +418,12 @@
platform: device platform: device
type: device_offline type: device_offline
subtype: device_offline subtype: device_offline
# Office Motion Sensor
- device_id: 5dc8b6e216588033d4d31d8c3d561d70
domain: zha
platform: device
type: device_offline
subtype: device_offline
# Office Window # Office Window
- device_id: ceab8d95ef12c5ebd406302ec0f4178d - device_id: ceab8d95ef12c5ebd406302ec0f4178d
domain: zha domain: zha