mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Tiny text improvements (#27151)
This commit is contained in:
parent
6049308eec
commit
841ff83560
@ -13,9 +13,9 @@ ha_platforms:
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
The `MeteoAlarm` platform allows one to watch for weather alerts in europe from [MeteoAlarm](https://www.meteoalarm.org) (EUMETNET). To use this binary sensor, you need the name of your country and the province name from [MeteoAlarm](https://feeds.meteoalarm.org). Please note that you need to write the exact country name (with hyphens) as at the end of the URL starting with: `https://feeds.meteoalarm.org/feeds/meteoalarm-legacy-atom-`.
|
||||
The `MeteoAlarm` platform allows one to watch for weather alerts in Europe from [MeteoAlarm](https://www.meteoalarm.org) (EUMETNET). To use this binary sensor, you need the country and the province name from [MeteoAlarm](https://feeds.meteoalarm.org). Please note that it is crucial to write the country name exactly as it appears in the URL starting with https://feeds.meteoalarm.org/feeds/meteoalarm-legacy-atom-, including any hyphens used in the name. Failure to do so may result in errors or incorrect data.
|
||||
|
||||
The binary sensor state shows if applicable the warning message. The details are available as attribute.
|
||||
The binary sensor state shows the warning message if applicable. The details are available as attribute.
|
||||
|
||||
## Configuration
|
||||
|
||||
@ -86,8 +86,6 @@ There are a few awareness levels:
|
||||
|
||||
Example automation
|
||||
|
||||
Below you find an example of an automation.
|
||||
|
||||
{% raw %}
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user