diff --git a/source/_integrations/environment_canada.markdown b/source/_integrations/environment_canada.markdown index a7b949a7d3b..1029462f51c 100644 --- a/source/_integrations/environment_canada.markdown +++ b/source/_integrations/environment_canada.markdown @@ -159,7 +159,7 @@ weather_alert_tts: sequence: - service: tts.amazon_polly_say data_template: - message: "{{ states('sensor.warnings') }} in effect. {{ state_attr('sensor.warnings', 'alert detail') }}" + message: "{{ states('sensor.warnings') }} in effect." ``` {% endraw %}