Go to the source code of this file.
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 |