mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update meteoalarm.markdown (#18075)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
b9e2771b74
commit
3dc98d2386
@ -12,7 +12,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
The `MeteoAlarm` platform allows one to watch for weather alerts in europe from [MeteoAlarm](https://www.meteoalarm.eu) (EUMETNET). To use this binary sensor, you need the two digits of your country and the province name from [MeteoAlarm](https://www.meteoalarm.eu). Please note that you need to write the exact details from the website with capitals.
|
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://www.meteoalarm.org). Please note that you need to write the exact details from the website with capitals.
|
||||||
|
|
||||||
The binary sensor state shows if applicable the warning message. The details are available as attribute.
|
The binary sensor state shows if applicable the warning message. The details are available as attribute.
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ To enable this binary sensor, add the following lines to your `configuration.yam
|
|||||||
```yaml
|
```yaml
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: meteoalarm
|
- platform: meteoalarm
|
||||||
country: "NL"
|
country: "netherlands"
|
||||||
province: "Groningen"
|
province: "Groningen"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ name:
|
|||||||
default: meteoalarm
|
default: meteoalarm
|
||||||
type: string
|
type: string
|
||||||
country:
|
country:
|
||||||
description: The 2 letters of your country
|
description: The fullname of your country in English format (lowercases)
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
province:
|
province:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user