diff --git a/atom.xml b/atom.xml index f945fa69f3..f2a2461848 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
All the conditions listed above will be updated each 5 minutes with exception of alerts
that will be updated each 15 minutes by default.
All the conditions listed above will be updated every 5 minutes.
+12 hour forecasts
+Monitored conditions marked above with [12h] are 12 hour
+forecasts. To get a forecast for different period/daytime replace the
+_1d_
part of the sensor name. e.g. weather_2n
will give you forecast for
+tomorrow night. Valid values for day are 1
to 4
and
+valid values for daytime are d
or n
.
Daily forecasts
+Conditions above marked with [1d] are daily forecasts.
+To get forecast for different day, replace the number
+in _1d_
part of the sensor name. Valid values are from
+1
to 4
.
Hourly forecasts
+Conditions marked with [1h] are hourly forecasts.
+To get forecast for different hour, replace the number
+in the _1h_
part of the sensor name with 1
to 36
.
+E.g. weather_24h
will give you weather in 24 hours.
sensor:
+ - platform: wunderground
+ - api_key: your_api_key
+ monitored_conditions:
+ - weather_1d_metric
+ - weather_1n_metric
+ - weather_2d_metric
+ - weather_2n_metric
+ - weather_3d_metric
+ - weather_3n_metric
+ - weather_4d_metric
+ - weather_4n_metric
+
+group:
+ dialy_forecast:
+ name: Daily Forecast
+ entities:
+ - sensor.pws_weather_1d_metric
+ - sensor.pws_weather_1n_metric
+ - sensor.pws_weather_2d_metric
+ - sensor.pws_weather_2n_metric
+ - sensor.pws_weather_3d_metric
+ - sensor.pws_weather_3n_metric
+ - sensor.pws_weather_4d_metric
+ - sensor.pws_weather_4n_metric
+
+sensor:
+ - platform: wunderground
+ - api_key: your_api_key
+ monitored_conditions:
+ - temp_high_record_c
+ - temp_high_1d_c
+ - temp_c
+ - temp_low_1d_c
+ - temp_low_record_c
+ - precip_1d
+ - precip_1d_mm
+ - wind_kph
+ - wind_1d_kph
+ - alerts
+
+group:
+ weather_overview:
+ name: Weather overview
+ entities:
+ - sensor.pws_weather_1d_metric
+ - sensor.pws_temp_high_record_c
+ - sensor.pws_temp_high_1d_c
+ - sensor.pws_temp_c
+ - sensor.pws_temp_low_1d_c
+ - sensor.pws_temp_low_record_c
+ - sensor.pws_precip_1d
+ - sensor.pws_precip_1d_mm
+ - sensor.pws_wind_kph
+ - sensor.pws_wind_1d_kph
+ - sensor.pws_alerts
+
+Note: While the platform is called “wunderground” the sensors will show up in Home Assistant as “PWS” (eg: sensor.pws_weather).
diff --git a/images/screenshots/wunderground_daily_forecast.png b/images/screenshots/wunderground_daily_forecast.png new file mode 100644 index 0000000000..52651410cf Binary files /dev/null and b/images/screenshots/wunderground_daily_forecast.png differ diff --git a/images/screenshots/wunderground_weather_overview.png b/images/screenshots/wunderground_weather_overview.png new file mode 100644 index 0000000000..4446257822 Binary files /dev/null and b/images/screenshots/wunderground_weather_overview.png differ diff --git a/sitemap.xml b/sitemap.xml index 13e6e2ecd7..e51de35e91 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3351,62 +3351,62 @@