diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index ecd2d58c6d1..8052eb50ccf 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -385,13 +385,13 @@ You can use a trigger-based template entity to convert any event or other automa ```yaml template: - trigger: - platform: event - event_type: my_event - binary_sensor: - - name: Event recently fired - auto_off: 5 - state: "true" + - trigger: + platform: event + event_type: my_event + binary_sensor: + - name: Event recently fired + auto_off: 5 + state: "true" ``` ### Sun Angle