Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nws.const Namespace Reference

Variables

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

Detailed Description

Constants for National Weather Service Integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.nws.const.ATTRIBUTION = "Data from National Weather Service/NOAA"

Definition at line 28 of file const.py.

◆ CONF_STATION

string homeassistant.components.nws.const.CONF_STATION = "station"

Definition at line 26 of file const.py.

◆ DAYNIGHT

string homeassistant.components.nws.const.DAYNIGHT = "daynight"

Definition at line 77 of file const.py.

◆ DEBOUNCE_TIME

int homeassistant.components.nws.const.DEBOUNCE_TIME = 10 * 60

Definition at line 85 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.nws.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)

Definition at line 86 of file const.py.

◆ DOMAIN

string homeassistant.components.nws.const.DOMAIN = "nws"

Definition at line 24 of file const.py.

◆ Final

homeassistant.components.nws.const.Final

Definition at line 30 of file const.py.

◆ FORECAST_VALID_TIME

homeassistant.components.nws.const.FORECAST_VALID_TIME = timedelta(minutes=45)

Definition at line 81 of file const.py.

◆ HOURLY

string homeassistant.components.nws.const.HOURLY = "hourly"

Definition at line 78 of file const.py.

◆ OBSERVATION_VALID_TIME

homeassistant.components.nws.const.OBSERVATION_VALID_TIME = timedelta(minutes=60)

Definition at line 80 of file const.py.

◆ RETRY_INTERVAL

homeassistant.components.nws.const.RETRY_INTERVAL = timedelta(minutes=1)

Definition at line 87 of file const.py.

◆ RETRY_STOP

homeassistant.components.nws.const.RETRY_STOP = timedelta(minutes=10)

Definition at line 88 of file const.py.

◆ UPDATE_TIME_PERIOD

homeassistant.components.nws.const.UPDATE_TIME_PERIOD = timedelta(minutes=240)

Definition at line 83 of file const.py.