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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 geo_location
 
 sensor
 

Classes

class  GdacsFeedEntityManager
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER
 

Detailed Description

The Global Disaster Alert and Coordination System (GDACS) integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.gdacs.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up the GDACS component as config entry.

Definition at line 39 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.gdacs.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload an GDACS component config entry.

Definition at line 57 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.gdacs._LOGGER
private

Definition at line 36 of file __init__.py.