Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.recollect_waste
 

Functions

bool homeassistant.components.recollect_waste.async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.recollect_waste.async_reload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.recollect_waste.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.recollect_waste.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.recollect_waste.DEFAULT_NAME = "recollect_waste"
 
 homeassistant.components.recollect_waste.DEFAULT_UPDATE_INTERVAL = timedelta(days=1)
 
list homeassistant.components.recollect_waste.PLATFORMS = [Platform.CALENDAR, Platform.SENSOR]