Using this:
domains:
climate:
actions:
- service: climate.set_temperature
name: "Set Temperature"
variable:
field: temperature
name: "Temperature"
min: 19
max: 24
step: 0.5
I can set a thermostat’s setpoint temperature. The final screen before saving the new schedule looks like this:
After saving it, it presents this:

I have to refresh the browser page for it to display this:

That’s different from when I schedule most anything else which, after saving, instantly displays the newly created schedule and doesn’t require a manual page-refresh.
In addition, sometimes I get duplicated actions displayed in the UI, like this (notice that the icons are different):

I noticed that the lefthand button proceeds to offer changing the temperature whereas the righthand button does not:

Refreshing the browser’s cache eliminates the righthand ‘Set temperature’ button. It re-appears after scheduling the thermostat at least once.
