Add Office Motion Sensor
This commit is contained in:
parent
438c78c494
commit
894a5d9980
@ -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'
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user