From 0d304ba38a853f9daab3525b03a3d3ab350f0472 Mon Sep 17 00:00:00 2001 From: dkramer74 <22700162+dkramer74@users.noreply.github.com> Date: Sat, 12 Sep 2020 11:09:52 -0700 Subject: [PATCH] Update insteon.markdown (#14478) Fixed formatting of automation example --- source/_integrations/insteon.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/insteon.markdown b/source/_integrations/insteon.markdown index b0d0f0c15e8..3ab599688a7 100644 --- a/source/_integrations/insteon.markdown +++ b/source/_integrations/insteon.markdown @@ -239,9 +239,12 @@ automation: # Trigger an INSTEON scene 25 - id: trigger_scene_25_on alias: Turn on scene 25 + trigger: + - ... action: - service: insteon.scene_on - group: 25 + data: + group: 25 ``` ### Events and Mini-Remotes