Home-Assistant-custom-components-Saver
Home-Assistant-custom-components-Saver copied to clipboard
This custom component allows you to save current state of any entity and use its data later to restore it.
Hi @PiotrMachowski , I usually use following: ``` service: saver.save_state data: entity_id: specific_domain.specific_entity ``` However, I need to list all the entities I want to save, in a separate line....
Many thanks for the great extension. There is one point that is not really convincing. When I want to configure the extension via the UI (hide) I get the following...
After installing, some of my automation/scripts stop working. Finally, I've found that some templates were not working  After disabling the integration (saver), everything goes back to normal.  Cheers,...
### Discussed in https://github.com/PiotrMachowski/Home-Assistant-custom-components-Saver/discussions/29 Originally posted by **tapsystem** May 4, 2024 Hello, Before all really a great thanks for this addon, it's really usefull , specially when you need to...
Hi, I installed and create this saver integration to save all binary_sensor states (everytime when whey they changed) like that: ``` alias: Sensory binarne - zapisz description: "" triggers: -...
Sets the value to the variable.  Name of the variable to save. Wrong label?