diff --git a/source/_integrations/snips.markdown b/source/_integrations/snips.markdown index 3ff7024756d..5039cdc8b7c 100644 --- a/source/_integrations/snips.markdown +++ b/source/_integrations/snips.markdown @@ -152,8 +152,8 @@ intent_script: action: - service: light.turn_on data: - entity_id: light.{{ objectLocation | replace(" ","_") }} - color_name: {{ objectColor }} + entity_id: 'light.{{ objectLocation | replace(" ","_") }}' + color_name: '{{ objectColor }}' ``` {% endraw %}