Is saver.save_state service call also allowed for more than one entity at once?
#49
Replies: 2 comments 4 replies
Yes, it is possible
EDIT: Answer no longer valid - in v2.0.0 restoring entities is possible You can't really do it. To restore the state you have to use templates that retrieve saved states. Something like this: action: "input_boolean.turn_{{ saver_entity('input_boolean.automatyka_gabinet') }}"
target:
entity_id: input_boolean.automatyka_gabinetAs you can see, restoring state highly depends on saved entities |
|
Unfortunately, after using this Saver integration for a few days I just realized that it does NOT meet all the requirements to be called SuperSaver, with all due respect to @PiotrMachowski's hard work 💟 Saver only works perfectly until the HA restarts. After each HA restart, all already saved entity values are lost. Therefore, I would need a different integration for this purpose. |

Yes, it is possible
EDIT: Answer no longer valid - in v2.0.0 restoring entities is possible
You can't really do it. To restore the state you have to use templates that retrieve saved states.
Something like this:
As you can see, restoring state highly depends on saved entities