Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanda committed Jul 24, 2020
2 parents fa28cef + 70990d9 commit 19b328b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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
Expand All @@ -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.
*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.
12 changes: 6 additions & 6 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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
Expand All @@ -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.
*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.

0 comments on commit 19b328b

Please sign in to comment.