Document AEMET image entities (#35942)

This commit is contained in:
Álvaro Fernández Rojas 2024-12-23 16:32:31 +01:00 committed by GitHub
parent 3750738829
commit dd1d6db546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).