Home-Assistant-custom-components-Saver icon indicating copy to clipboard operation
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.

Results 6 Home-Assistant-custom-components-Saver issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Saver/assets/12235299/889fd581-efcf-4ee6-8b5c-2d3b71c39cbb) After disabling the integration (saver), everything goes back to normal. ![image](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Saver/assets/12235299/9c509e8d-b860-4c09-9902-ae7c51b5f690) Cheers,...

bug

### 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...

enhancement

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. ![Image](https://github.com/user-attachments/assets/229873e2-dd7b-46d1-b119-77678772c652) Name of the variable to save. Wrong label?