Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.gdacs.const
 

Variables

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