I wonder how to tackle this problem:
A task needs to be done earliest one week after it has been done last time, but should not be done earlier. So, a fixed reminder on a certain weekday is not the solution. Also using something like:
trigger:
- platform: state
entity_id:
- input_boolean.XXX
to: "off"
for:
hours: 168
minutes: 0
seconds: 0
wont work, because it does not survive a reboot…
Thanks for any hints how to tackle this!