Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.systemmonitor.SystemMonitorData
 

Namespaces

 homeassistant.components.systemmonitor
 

Functions

bool homeassistant.components.systemmonitor.async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.systemmonitor.async_setup_entry (HomeAssistant hass, SystemMonitorConfigEntry entry)
 
bool homeassistant.components.systemmonitor.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.systemmonitor.update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.systemmonitor._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.systemmonitor.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 
 homeassistant.components.systemmonitor.SystemMonitorConfigEntry