

precip_today_in: Total precipitation in inches.observation_time: Text summary of observation time.heat_index_string: Text summary of current heat index.heat_index_f: Heat index (combined effects of the temperature and humidity of the air) in Fahrenheit.heat_index_c: Heat index (combined effects of the temperature and humidity of the air) in Celsius.feelslike_string: Text summary of how the current temperature feels like.feelslike_f: Feels like (or apparent) temperature in Fahrenheit.feelslike_c: Feels like (or apparent) temperature in Celsius.dewpoint_string: Text summary of dew point.dewpoint_f: Temperature in Fahrenheit below which water droplets begin to condense and dew can form.dewpoint_c: Temperature in Celsius below which water droplets begin to condense and dew can form.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
