mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Fix broken Environment Canada links (#15765)
This commit is contained in:
parent
095965551a
commit
db33a0fc70
@ -56,7 +56,7 @@ weather:
|
|||||||
- The platform checks for new data every 10 minutes, and the source data is typically updated hourly within 10 minutes after the hour.
|
- The platform checks for new data every 10 minutes, and the source data is typically updated hourly within 10 minutes after the hour.
|
||||||
- If no name is given, the weather entity will be named `weather.<station_name>`.
|
- If no name is given, the weather entity will be named `weather.<station_name>`.
|
||||||
- The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
- The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
||||||
- A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](http://dd.weatheroffice.ec.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or
|
- A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or
|
||||||
- A specific latitude/longitude
|
- A specific latitude/longitude
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -123,7 +123,7 @@ sensor:
|
|||||||
- `statements` - Current special weather statements.
|
- `statements` - Current special weather statements.
|
||||||
- `endings` - Alerts that have recently ended.
|
- `endings` - Alerts that have recently ended.
|
||||||
- The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
- The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
||||||
- A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](http://dd.weatheroffice.ec.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or
|
- A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or
|
||||||
- A specific latitude/longitude
|
- A specific latitude/longitude
|
||||||
- In the case of multiple alerts in the same category, the titles of each are concatenated together with a pipe (`|`) separator.
|
- In the case of multiple alerts in the same category, the titles of each are concatenated together with a pipe (`|`) separator.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user