mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Document AEMET image entities (#35942)
This commit is contained in:
parent
3750738829
commit
dd1d6db546
@ -10,6 +10,7 @@ ha_config_flow: true
|
|||||||
ha_domain: aemet
|
ha_domain: aemet
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- image
|
||||||
- sensor
|
- sensor
|
||||||
- weather
|
- weather
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -19,8 +20,9 @@ ha_codeowners:
|
|||||||
|
|
||||||
The AEMET weather platform uses [AEMET OpenData](https://opendata.aemet.es/) as a source for current meteorological data for your location. AEMET stands for "Agencia Estatal de Meteorología", which is the Spanish Meteorological Agency.
|
The AEMET weather platform uses [AEMET OpenData](https://opendata.aemet.es/) as a source for current meteorological data for your location. AEMET stands for "Agencia Estatal de Meteorología", which is the Spanish Meteorological Agency.
|
||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following entity types within Home Assistant:
|
||||||
|
|
||||||
|
- Image
|
||||||
- Sensor
|
- Sensor
|
||||||
- Weather
|
- Weather
|
||||||
|
|
||||||
@ -68,4 +70,6 @@ For each condition, the following sensors are created:
|
|||||||
| wind_max_speed | Max Wind speed. |
|
| wind_max_speed | Max Wind speed. |
|
||||||
| wind_speed | Wind speed. |
|
| wind_speed | Wind speed. |
|
||||||
|
|
||||||
|
The integration creates an image entity for the weather radar if the radar option is enabled.
|
||||||
|
|
||||||
Details about the API are available in the [AEMET OpenData documentation](https://opendata.aemet.es/dist).
|
Details about the API are available in the [AEMET OpenData documentation](https://opendata.aemet.es/dist).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user