Add devices for notifications
This commit is contained in:
parent
d20b95eea8
commit
6cf6c6f628
2 changed files with 28 additions and 7 deletions
|
@ -89,6 +89,9 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.dining_blinds_controller_battery
|
entity_id: sensor.dining_blinds_controller_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.dining_blind_back_battery
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.dining_thermostat_battery_level
|
entity_id: sensor.dining_thermostat_battery_level
|
||||||
|
@ -128,6 +131,9 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.hallway_motion_battery
|
entity_id: sensor.hallway_motion_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.kitchen_button_power
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.kitchen_motion_sensor_battery_level
|
entity_id: sensor.kitchen_motion_sensor_battery_level
|
||||||
|
@ -155,6 +161,9 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.office_window_sensor_battery
|
entity_id: sensor.office_window_sensor_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.printer_button_battery
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.rack_smoke_sensor_battery
|
entity_id: sensor.rack_smoke_sensor_battery
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
# 3D Printer Enclosure Fan
|
# 3D Printer Enclosure Fan
|
||||||
- device_id: 3d87588b498ed4a82627d0081332015f
|
- device_id: d828efb2920a65f809572b4443949c34
|
||||||
domain: zha
|
domain: zha
|
||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
|
@ -225,6 +225,12 @@
|
||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
|
# Dining Blind Back
|
||||||
|
- device_id: 2911be746852886077667b2a884c1e61
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
# Dining Blind Left
|
# Dining Blind Left
|
||||||
- device_id: fc2d6b608eb4ed7111647ac3f6557677
|
- device_id: fc2d6b608eb4ed7111647ac3f6557677
|
||||||
domain: zha
|
domain: zha
|
||||||
|
@ -321,12 +327,6 @@
|
||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
# Kitchen Camera Outlet
|
|
||||||
- device_id: d828efb2920a65f809572b4443949c34
|
|
||||||
domain: zha
|
|
||||||
platform: device
|
|
||||||
type: device_offline
|
|
||||||
subtype: device_offline
|
|
||||||
# Kitchen Coffee machine
|
# Kitchen Coffee machine
|
||||||
- device_id: 9e869c08e1f92a2f3d8a85c0d1b11dd7
|
- device_id: 9e869c08e1f92a2f3d8a85c0d1b11dd7
|
||||||
domain: zha
|
domain: zha
|
||||||
|
@ -424,6 +424,18 @@
|
||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
|
# Printer button
|
||||||
|
- device_id: 0c23a8e92f43f628e584dc1805c6915e
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
|
# Rack Outlet
|
||||||
|
- device_id: 54858d52b175bc720641cf916d513488
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
# Rack Modem
|
# Rack Modem
|
||||||
- device_id: f78edddd4ac841160c71f4a2b06b690c
|
- device_id: f78edddd4ac841160c71f4a2b06b690c
|
||||||
domain: zha
|
domain: zha
|
||||||
|
|
Loading…
Reference in a new issue