


alerts: Current severe weather advisories.

The following conditions can be monitored. monitored_conditions array ( Required): Conditions to display in the frontend.Defaults to coordinates defined in your configuration.yaml. longitude ( Optional): Longitude coordinate to monitor weather of (required if latitude is specified).latitude ( Optional): Latitude coordinate to monitor weather of (required if longitude is specificed).If not specified, it defaults to English (EN). The current list of all Wunderground language codes is available here. lang ( Optional): Specify the language that the API returns.If you do not enter a PWS ID, the current location information (latitude and longitude) from your configuration.yaml will be used to display weather conditions. The current list of Wunderground PWS stations is available here. pws_id ( Optional): You can enter a Personal Weather Station ID.api_key ( Required): The API key for Weather Underground.# Example configuration.yaml entry sensor : - platform : wunderground api_key : your_api_key monitored_conditions : - alerts - dewpoint_c
