TL;DR: Im trying to create a template cover that sets a dictionary entry like this:
{ "cover.entity_id": 123 }
123 shows the percentage the cover has been set to, and cover.entity_id should be a "per-card" settable value (meaning: In the same or different dashboards, i want to be able to use the same template entity to set the dictionary entry for different ids)
Context:
I have a shading automation, which closes the cover to a certain level when the sun is too "warm". The position the cover is set too is different for each window. 'Till now, i used an input_number along with every cover to select the position, but there's gotta be a better way to achive this. Id much rather have one entity that saves the position to a dictionary, and then have that entity read which id to set from the frontend card.