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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 sensor
 
 system_health
 

Classes

class  GiosData
 

Functions

bool async_setup_entry (HomeAssistant hass, GiosConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, GiosConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 GiosConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The GIOS component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.gios.async_setup_entry ( HomeAssistant  hass,
GiosConfigEntry  entry 
)
Set up GIOS as config entry.

Definition at line 32 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.gios.async_unload_entry ( HomeAssistant  hass,
GiosConfigEntry  entry 
)
Unload a config entry.

Definition at line 70 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.gios._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file __init__.py.

◆ GiosConfigEntry

homeassistant.components.gios.GiosConfigEntry

Definition at line 22 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.gios.PLATFORMS = [Platform.SENSOR]

Definition at line 20 of file __init__.py.