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

Classes

class  GiosSensor
 
class  GiosSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, GiosConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the GIOS service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.gios.sensor.async_setup_entry ( HomeAssistant  hass,
GiosConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Add a GIOS entities from a config_entry.

Definition at line 161 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 43 of file sensor.py.