From 833da896c675145447dd2d94b6936d8eb32905f5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Sep 2020 15:43:32 -0500 Subject: [PATCH] Fix missing end of block in template binary sensor (#14390) --- source/_integrations/binary_sensor.template.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/binary_sensor.template.markdown b/source/_integrations/binary_sensor.template.markdown index 675eef2e95a..dbb87e2fc88 100644 --- a/source/_integrations/binary_sensor.template.markdown +++ b/source/_integrations/binary_sensor.template.markdown @@ -333,6 +333,7 @@ automation: action: - service: homeassistant.update_entity entity_id: binary_sensor.minute_is_odd +``` {% endraw %} In the case where the template should be updated every minute, replacing `now()` with `as_local(states.sensor.time.last_changed)`