mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Update Environment Canada (#41279)
This commit is contained in:
parent
fd9edbc754
commit
638c525891
@ -26,21 +26,23 @@ The **Environment Canada** {% term integration %} provides meteorological data f
|
||||
|
||||
## Location selection
|
||||
|
||||
The integration automatically determines the closest weather station based on the latitude and longitude specified. If integration-specific coordinates are not provided, the coordinates configured for Home Assistant are used.
|
||||
The integration can automatically select the closest weather station for a specified latitude and longitude. By default, the coordinates configured for Home Assistant are used.
|
||||
|
||||
You can also specify a weather station to use by providing an identification 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).
|
||||
You can also choose a specific weather station by providing a station code of the form `s0000123` or simply `123`, based on those listed in [this CSV file](https://dd.weather.gc.ca/today/citypage_weather/docs/site_list_towns_en.csv).
|
||||
|
||||
## Entities
|
||||
|
||||
The integration will create the entities listed below. Some of the entities are disabled by default and can be enabled via the integration's Entities page.
|
||||
The integration will create the entities listed below.
|
||||
|
||||
### Weather
|
||||
|
||||
- Current conditions, daily forecast, and hourly forecast
|
||||
|
||||
### Camera
|
||||
### Radar map (Camera)
|
||||
|
||||
- Loop of radar imagery from the last 3 hours (disabled by default). Also, by default, this entity uses the radar rain layer from 1 April to 30 November and the snow layer from 1 December to 31 March. The rain/snow layer can be changed using the action described below.
|
||||
- Loop of radar imagery from the last 3 hours.
|
||||
- This entity is disabled by default can be enabled in the entry's settings dialog.
|
||||
- By default, this entity uses the radar rain layer from 1 April to 30 November and the snow layer from 1 December to 31 March. The rain/snow layer can be changed using the action described below.
|
||||
|
||||
### Sensors
|
||||
|
||||
@ -48,13 +50,13 @@ The integration will create the entities listed below. Some of the entities are
|
||||
|
||||
- Current condition
|
||||
- Forecast summary
|
||||
- [Icon code](https://dd.weather.gc.ca/citypage_weather/docs/Current_Conditions_Icons-Icones_conditions_actuelles.pdf) of current condition
|
||||
- [Icon code](https://dd.weather.gc.ca/today/citypage_weather/docs/Current_Conditions_Icons-Icones_conditions_actuelles.pdf) of current condition
|
||||
- Barometric pressure
|
||||
- Pressure tendency
|
||||
- Humidity
|
||||
- Visibility
|
||||
- UV index
|
||||
- Air quality (AQHI)
|
||||
- Air quality health index (AQHI)
|
||||
|
||||
#### Temperature
|
||||
|
||||
@ -75,7 +77,6 @@ The integration will create the entities listed below. Some of the entities are
|
||||
#### Precipitation
|
||||
|
||||
- Probability of precipitation
|
||||
- Precipitation yesterday
|
||||
|
||||
#### Alerts
|
||||
|
||||
@ -103,7 +104,7 @@ The first course of action should be to check if there are known problems with t
|
||||
|
||||
### Sensor `unavailable` or `unknown`
|
||||
|
||||
Not all weather stations provide a complete set of weather/sensor data. The data that is retrieved by this integration can be found [here](https://dd.weather.gc.ca/citypage_weather/xml/). Browsing the XML data for your station will help you to understand what data is (un)available.
|
||||
Not all weather stations provide a complete set of weather/sensor data. The data that is retrieved by this integration can be found [here](https://dd.weather.gc.ca/today/citypage_weather/). Browsing the XML data for your station will help you to understand what data is (un)available.
|
||||
|
||||
## Template sensors
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user