Home Assistant Unofficial Reference 2024.12.1
restore_state.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.restore_state.ExtraStoredData
 
class  homeassistant.helpers.restore_state.RestoredExtraData
 
class  homeassistant.helpers.restore_state.RestoreEntity
 
class  homeassistant.helpers.restore_state.RestoreStateData
 
class  homeassistant.helpers.restore_state.StoredState
 

Namespaces

 homeassistant.helpers.restore_state
 

Functions

RestoreStateData homeassistant.helpers.restore_state.async_get (HomeAssistant hass)
 
None homeassistant.helpers.restore_state.async_load (HomeAssistant hass)
 

Variables

 homeassistant.helpers.restore_state._LOGGER = logging.getLogger(__name__)
 
 homeassistant.helpers.restore_state.STATE_DUMP_INTERVAL = timedelta(minutes=15)
 
 homeassistant.helpers.restore_state.STATE_EXPIRATION = timedelta(days=7)
 
string homeassistant.helpers.restore_state.STORAGE_KEY = "core.restore_state"
 
int homeassistant.helpers.restore_state.STORAGE_VERSION = 1