mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
parent
bfe39da7c3
commit
8c1f040f44
@ -83,12 +83,12 @@ binary_sensor:
|
|||||||
|
|
||||||
alert:
|
alert:
|
||||||
motion_battery:
|
motion_battery:
|
||||||
- name: Motion Battery is Low
|
name: Motion Battery is Low
|
||||||
entity_id: binary_sensor.motion_battery_low
|
entity_id: binary_sensor.motion_battery_low
|
||||||
repeat: 30
|
repeat: 30
|
||||||
notifiers:
|
notifiers:
|
||||||
- ryans_phone
|
- ryans_phone
|
||||||
- kristens_phone
|
- kristens_phone
|
||||||
```
|
```
|
||||||
|
|
||||||
This example will begin firing as soon as the entity `sensor.motion`'s `battery` attribute falls below 15. It will continue to fire until the battery attribute raises above 15 or the alert is acknowledged on the frontend.
|
This example will begin firing as soon as the entity `sensor.motion`'s `battery` attribute falls below 15. It will continue to fire until the battery attribute raises above 15 or the alert is acknowledged on the frontend.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user