Remove alert detail from Environment Canada docs (#13612)

This commit is contained in:
Matheson Steplock 2020-06-01 10:18:16 -04:00 committed by GitHub
parent 4c0c755f56
commit 78d2b4bcac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}