From 940f785b6c6e94b5a7f57b1a8a56563f46d3a247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 23 Nov 2024 18:54:06 +0100 Subject: [PATCH] Document AEMET image entities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- source/_integrations/aemet.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/aemet.markdown b/source/_integrations/aemet.markdown index 3dce38584322..28bb05ba8ddb 100644 --- a/source/_integrations/aemet.markdown +++ b/source/_integrations/aemet.markdown @@ -10,6 +10,7 @@ ha_config_flow: true ha_domain: aemet ha_platforms: - diagnostics + - image - sensor - weather 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. -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 - Weather @@ -68,4 +70,6 @@ For each condition, the following sensors are created: | wind_max_speed | Max 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).