Add service homeassistant.save_persistent_states (#18697)

This commit is contained in:
Richard T. Schaefer 2021-08-09 17:39:23 -05:00 committed by GitHub
parent 12e589b35f
commit 4c7bec0e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,3 +134,10 @@ action:
- light.living_room
- switch.coffe_pot
```
### Service `homeassistant.save_persistent_states`
Save the persistent states (for entities derived from RestoreEntity) immediately.
Maintain the normal periodic saving interval.
Normally these states are saved at startup, every 15 minutes and at shutdown.