Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.glances.ServerVersionMismatch
 

Namespaces

 homeassistant.components.glances
 

Functions

bool homeassistant.components.glances.async_setup_entry (HomeAssistant hass, GlancesConfigEntry config_entry)
 
bool homeassistant.components.glances.async_unload_entry (HomeAssistant hass, GlancesConfigEntry entry)
 
Glances homeassistant.components.glances.get_api (HomeAssistant hass, dict[str, Any] entry_data)
 

Variables

 homeassistant.components.glances._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.glances.GlancesConfigEntry
 
list homeassistant.components.glances.PLATFORMS = [Platform.SENSOR]