From 78d2b4bcac61cea2c3b1269945ad60285a243f4d Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Mon, 1 Jun 2020 10:18:16 -0400 Subject: [PATCH] Remove alert detail from Environment Canada docs (#13612) --- source/_integrations/environment_canada.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}