From e5269d3cf736b6f7665525b5d09169f3fc3892fa Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Thu, 11 May 2017 02:22:53 -0400 Subject: [PATCH] Fix code block syntax (#2610) --- source/_components/notify.webostv.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/notify.webostv.markdown b/source/_components/notify.webostv.markdown index 537039581dd..8bfdc9cd640 100644 --- a/source/_components/notify.webostv.markdown +++ b/source/_components/notify.webostv.markdown @@ -56,7 +56,7 @@ The icon can be overridden for individual notifications by providing a path to a ```yaml automation: - alias: Front door motion - trigger: + trigger: platform: state entity_id: binary_sensor.front_door_motion state: 'on' @@ -66,4 +66,4 @@ automation: message: "Movement detected: Front Door" data: icon: "/home/homeassistant/images/doorbell.png" - ``` +```