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()) | |
Define constants for the GDACS integration.
| 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) |
| list homeassistant.components.gdacs.const.PLATFORMS = [Platform.GEO_LOCATION, Platform.SENSOR] |