From adb73808205d3741f9aaeaacaefc83bdb9c62a47 Mon Sep 17 00:00:00 2001 From: michaeldavie Date: Sat, 14 Sep 2019 11:02:23 -0400 Subject: [PATCH] Add icon_code sensor --- source/_components/environment_canada.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/environment_canada.markdown b/source/_components/environment_canada.markdown index 8ec9178bbebd..daaf3397cfd5 100644 --- a/source/_components/environment_canada.markdown +++ b/source/_components/environment_canada.markdown @@ -99,6 +99,7 @@ sensor: - `humidity` - The current humidity, in %. - `visibility` - The current visibility, in km. - `condition` - A brief text statement of the current weather conditions, e.g. "Sunny". + - `icon_code` - A two-digit number corresponding to a condition icon, as specified in these [image to description](https://dd.weather.gc.ca/citypage_weather/docs/Current_Conditions_Icons-Icones_conditions_actuelles.pdf) and [code to description](https://dd.weather.gc.ca/citypage_weather/docs/current_conditions_icon_code_descriptions_e.csv) mappings. - `wind_speed` - The current sustained wind speed, in km/h. - `wind_gust` - The current wind gust, in km/h. - `wind_dir` - The current cardinal wind direction, e.g. "SSW".