Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.nws.const
 

Variables

string homeassistant.components.nws.const.ATTRIBUTION = "Data from National Weather Service/NOAA"
 
string homeassistant.components.nws.const.CONF_STATION = "station"
 
string homeassistant.components.nws.const.DAYNIGHT = "daynight"
 
int homeassistant.components.nws.const.DEBOUNCE_TIME = 10 * 60
 
 homeassistant.components.nws.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
 
string homeassistant.components.nws.const.DOMAIN = "nws"
 
 homeassistant.components.nws.const.Final
 
 homeassistant.components.nws.const.FORECAST_VALID_TIME = timedelta(minutes=45)
 
string homeassistant.components.nws.const.HOURLY = "hourly"
 
 homeassistant.components.nws.const.OBSERVATION_VALID_TIME = timedelta(minutes=60)
 
 homeassistant.components.nws.const.RETRY_INTERVAL = timedelta(minutes=1)
 
 homeassistant.components.nws.const.RETRY_STOP = timedelta(minutes=10)
 
 homeassistant.components.nws.const.UPDATE_TIME_PERIOD = timedelta(minutes=240)