Scheduler card/custom component

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:
Screenshot from 2020-09-05 10-47-59

I have to refresh the browser page for it to display this:
Screenshot from 2020-09-05 10-48-12

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):

Screenshot from 2020-09-05 10-55-50

I noticed that the lefthand button proceeds to offer changing the temperature whereas the righthand button does not:
Screenshot from 2020-09-05 10-59-30

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

1 Like