Add labels to Schedule time blocks

Hi,

I really like the new schedule component and have started using it in my automations. What I’m missing is to be able to assign a label to some of the blocks and then retrieve that label to use a single schedule to trigger various behaviors.

So, here’s an expanded thermostat example from the original docs:

schedule:
  thermostat_schedule:
    name: "Thermostat schedule"
    monday:
      - from: "07:00:00"
        to: "08:00:00"
        label: "boost"
      - from: "08:00:00"
        to: "11:00:00"
        label: "home"
      - from: "17:00:00"
        to: "21:00:00"
        label: "home"
      - from: "21:00:00"
        to: "23:59:00"
        label: "sleep"

Then in your automation, based on the label, you could adjust the temperature or choose which climate devices you want to enable.

Me too. This would be very useful