Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.statistics
 

Functions

bool homeassistant.components.statistics.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.statistics.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.statistics.update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.statistics.DOMAIN = "statistics"
 
list homeassistant.components.statistics.PLATFORMS = [Platform.SENSOR]