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

Variables

string CONF_CATEGORIES = "categories"
 
string DEFAULT_ICON = "mdi:alert"
 
float DEFAULT_RADIUS = 500.0
 
 DEFAULT_SCAN_INTERVAL = timedelta(minutes=5)
 
string DOMAIN = "gdacs"
 
string FEED = "feed"
 
list PLATFORMS = [Platform.GEO_LOCATION, Platform.SENSOR]
 
 VALID_CATEGORIES = list(EVENT_TYPE_MAP.values())
 

Detailed Description

Define constants for the GDACS integration.

Variable Documentation

◆ CONF_CATEGORIES

string homeassistant.components.gdacs.const.CONF_CATEGORIES = "categories"

Definition at line 15 of file const.py.

◆ DEFAULT_ICON

string homeassistant.components.gdacs.const.DEFAULT_ICON = "mdi:alert"

Definition at line 17 of file const.py.

◆ DEFAULT_RADIUS

float homeassistant.components.gdacs.const.DEFAULT_RADIUS = 500.0

Definition at line 18 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.gdacs.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=5)

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ FEED

string homeassistant.components.gdacs.const.FEED = "feed"

Definition at line 13 of file const.py.

◆ PLATFORMS

list homeassistant.components.gdacs.const.PLATFORMS = [Platform.GEO_LOCATION, Platform.SENSOR]

Definition at line 11 of file const.py.

◆ VALID_CATEGORIES

homeassistant.components.gdacs.const.VALID_CATEGORIES = list(EVENT_TYPE_MAP.values())

Definition at line 22 of file const.py.