From 781923b1b733f552a65bdafb39e41253eacaa250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido?= Date: Sun, 21 Jun 2020 02:19:12 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 315c1bf..7e413f9 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ in order to finish the configuration. sensor: - platform: aemet name: "AEMET" - api_key: "[ YOUR_AEMET_API_KEY ]" - station_id: "[ YOUR_AEMET_STATION_ID ]" + api_key: "YOUR_AEMET_API_KEY" + station_id: "YOUR_AEMET_STATION_ID" monitored_conditions: - temperature - humidity @@ -50,8 +50,8 @@ You can also configure the component as a weather service. weather: - platform: aemet name: "AEMET" - api_key: "[ YOUR_AEMET_API_KEY ]" - station_id: "[ YOUR_AEMET_STATION_ID ]" + api_key: "YOUR_AEMET_API_KEY" + station_id: "YOUR_AEMET_STATION_ID" ``` -*Please*, note that because of how AEMET is retrieving the data, the weather component can't show you the current condition (sunny, cloudy, ...) and neither the forecast, just current values for weather sensors. \ No newline at end of file +*Please*, note that because of how AEMET is retrieving the data, the weather component can't show you the current condition (sunny, cloudy, ...) and neither the forecast, just current values for weather sensors. From b545b34d1c7bfd3842efdd011255f0851f33a5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido?= Date: Sun, 21 Jun 2020 02:20:18 +0200 Subject: [PATCH 2/4] Update info.md --- info.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/info.md b/info.md index c7fe7aa..1c3dae9 100644 --- a/info.md +++ b/info.md @@ -15,8 +15,8 @@ in order to finish the configuration. sensor: - platform: aemet name: "AEMET" - api_key: "[ YOUR_AEMET_API_KEY ]" - station_id: "[ YOUR_AEMET_STATION_ID ]" + api_key: "YOUR_AEMET_API_KEY" + station_id: "YOUR_AEMET_STATION_ID" monitored_conditions: - temperature - humidity @@ -35,8 +35,8 @@ You can also configure the component as a weather service. weather: - platform: aemet name: "AEMET" - api_key: "[ YOUR_AEMET_API_KEY ]" - station_id: "[ YOUR_AEMET_STATION_ID ]" + api_key: "YOUR_AEMET_API_KEY" + station_id: "YOUR_AEMET_STATION_ID" ``` -*Please*, note that because of how AEMET is retrieving the data, the weather component can't show you the current condition (sunny, cloudy, ...) and neither the forecast, just current values for weather sensors. \ No newline at end of file +*Please*, note that because of how AEMET is retrieving the data, the weather component can't show you the current condition (sunny, cloudy, ...) and neither the forecast, just current values for weather sensors. From 0c05a939c04b7949f25c86941fd571dc4f73c7c5 Mon Sep 17 00:00:00 2001 From: Kalanda Date: Sat, 18 Jul 2020 17:26:41 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e413f9..a805eaa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Sensor support for AEMET (Agencia Estatal de Metereología) weather data service You need to get your `api_key` and find the nearest `station_id` at https://opendata.aemet.es/ in order to finish the configuration. -**IMPORTANT NOTE: You have to get the `station_id` from "Observación convencional" => "Datos de observación" stations. It isn't the same that in "Climatologías diarias".** +**IMPORTANT NOTE: You have to get the `station_id` from "Observación convencional" => "Datos de observación" stations. **NOT** from "Climatologías diarias".** **IMPORTANT NOTE 2: Don't forget to use double quotes (`"` and `"`) around `name`, `api_key` and `station_id` values** From 70990d9113f31db93daa9f2fa70330e2aa93a861 Mon Sep 17 00:00:00 2001 From: Kalanda Date: Sat, 18 Jul 2020 17:27:06 +0200 Subject: [PATCH 4/4] Update info.md --- info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.md b/info.md index 1c3dae9..fdd8ef5 100644 --- a/info.md +++ b/info.md @@ -5,7 +5,7 @@ Sensor support for AEMET (Agencia Estatal de Metereología) weather data service You need to get your `api_key` and find the nearest `station_id` at https://opendata.aemet.es/ in order to finish the configuration. -**IMPORTANT NOTE: You have to get the `station_id` from "Observación convencional" => "Datos de observación" stations. It isn't the same that in "Climatologías diarias".** +**IMPORTANT NOTE: You have to get the `station_id` from "Observación convencional" => "Datos de observación" stations. **NOT** from "Climatologías diarias".** **IMPORTANT NOTE 2: Don't forget to use double quotes (`"` and `"`) around `name`, `api_key` and `station_id` values**