Add new devices' battery/unavailable notice
This commit is contained in:
parent
4caeecb611
commit
1c8774b704
@ -34,7 +34,7 @@
|
|||||||
entity_id: sensor.bedroom_bed_motion_sensor_battery
|
entity_id: sensor.bedroom_bed_motion_sensor_battery
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.bedroom_blinds_button_battery
|
entity_id: sensor.bedroom_blinds_button_power
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.bedroom_button_battery
|
entity_id: sensor.bedroom_button_battery
|
||||||
@ -107,6 +107,9 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.freezer_door_battery
|
entity_id: sensor.freezer_door_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.fridge_leak_power
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.front_door_lock_battery
|
entity_id: sensor.front_door_lock_battery
|
||||||
@ -116,6 +119,9 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.front_door_sensor_battery
|
entity_id: sensor.front_door_sensor_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.front_door_vibration_power
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.hallway_button_battery
|
entity_id: sensor.hallway_button_battery
|
||||||
@ -167,6 +173,9 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
below: '10'
|
below: '10'
|
||||||
entity_id: sensor.washing_machine_battery
|
entity_id: sensor.washing_machine_battery
|
||||||
|
- platform: numeric_state
|
||||||
|
below: '10'
|
||||||
|
entity_id: sensor.weather_sensor_power
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_iphone_pg
|
- service: notify.mobile_app_iphone_pg
|
||||||
data:
|
data:
|
||||||
|
@ -165,6 +165,18 @@
|
|||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
|
# Fridge leak sensor
|
||||||
|
- device_id: dd0622ae6241b21492fccccd97bad7bc
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
|
# Front door vibration
|
||||||
|
- device_id: f5e5356b4a45190ec2dad08ca9f991e8
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
# Bedroom window
|
# Bedroom window
|
||||||
- device_id: f6bbab8171167a6adaeee8e9df5e1e44
|
- device_id: f6bbab8171167a6adaeee8e9df5e1e44
|
||||||
domain: zha
|
domain: zha
|
||||||
@ -417,6 +429,12 @@
|
|||||||
platform: device
|
platform: device
|
||||||
type: device_offline
|
type: device_offline
|
||||||
subtype: device_offline
|
subtype: device_offline
|
||||||
|
# Weather sensor
|
||||||
|
- device_id: f5e5356b4a45190ec2dad08ca9f991e8
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: device_offline
|
||||||
|
subtype: device_offline
|
||||||
# Z-Wave Kitchen tabletop motion
|
# Z-Wave Kitchen tabletop motion
|
||||||
- platform: device
|
- platform: device
|
||||||
device_id: c7bb75d230dd4f8a5b7ece910f00c583
|
device_id: c7bb75d230dd4f8a5b7ece910f00c583
|
||||||
|
Loading…
Reference in New Issue
Block a user