I have several generic thermostats defined with smart plugs with oil heaters plugged in and temperature sensors in the room.
Usually I’m only interested in having this “active” during the sleep time, so I basically control it via automations. Before schedules, I used several input_datetimes.
What would be great would be the possibility of assigning a schedule directly to the climate entity (generic thermostat, for instance) and let HA turn it on/off based on the schedule!
Can you post an example of how climate and schedule would be integrated?
For example, do you mean every climate entity would have an attribute containing the entity’s schedule? Or would a schedule entity have provisions for handling specific entities, like a climate entity?
That would allow you to directly set the climate entity’s operational hours via a schedule entity’s UI.
FWIW, this would require a significant change to the climate integration which would impact all other integrations that use it. Any developer wishing to implement this feature would first have to discuss it in Home Assistant’s Architecture repository, to get approval from the development team.