ok,
I will try to explain.
I have a generic thermostat like this
climate:
- platform: generic_thermostat
name: Thermostaat woonkamer voor
heater: input_boolean.heater_living_room_front
target_sensor: sensor.temp_kamer_voor_temperature
away_temp: 7
cold_tolerance: 0.1
hot_tolerance: 0.1
target_temp_step: 0.5
actually I have multiple, but let’s just use this one as an example. Based on the “heater” boolean, my automtaions know exactly what to enable.

but now I want to set the temp tomorrow ar 8:00 at 20 degrees. And I want to be able to to this without having to write an automation on the spot.
Maybe I can write one to prepare some stuff. but in the end it shoudl be easy usable.
So I was thinking about some schedule where without any code writing an entity value could be changed.
somthing like this
but then I should be able to select an entity and also set a value.
Now I’m actaully thinking about using this calendar, create an automation based on summary or calendar and dynamically read the description as value.
But then what if the subscription isn’t nummeric? and also, I think maybe more people have encountered this specific issue.
The limition of my wife is that she can’t write automations.