From 8c1f040f448d09c5a7736df897f7379085c877ee Mon Sep 17 00:00:00 2001 From: Molodax Date: Mon, 17 Apr 2017 08:41:58 +0200 Subject: [PATCH] Update alert.markdown (#2437) There was an error in the example. --- source/_components/alert.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/alert.markdown b/source/_components/alert.markdown index 393deab5238..b89ecba8776 100644 --- a/source/_components/alert.markdown +++ b/source/_components/alert.markdown @@ -83,12 +83,12 @@ binary_sensor: alert: motion_battery: - - name: Motion Battery is Low - entity_id: binary_sensor.motion_battery_low - repeat: 30 - notifiers: - - ryans_phone - - kristens_phone + name: Motion Battery is Low + entity_id: binary_sensor.motion_battery_low + repeat: 30 + notifiers: + - ryans_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.