Heating automation ideas needed

Thanks for the idea! It works perfectly!

1 Like

@chairstacker – Sorry for resurrecting such an old thread, but this is almost exactly what I’m looking for. Any chance you could post your lovelace config for that page? When I set up an input_datetime it doesn’t display nicely like yous “February 9, 2019, 12:00 PM”. For me, it display as “2019-2-9 12:0” in an entities card.
Thanks!

No problem!

As you can imagine, the screenshot is from a pretty old version, so the way it’s being displayed now has changed to what you see on the right hand side:

The way it’s defined stayed the same but I did not do anything special:

input_datetime:
  ht_vacation_mode_on: 
    name: Turn Vacation Mode On When 
    has_date: true
    has_time: true
  ht_vacation_mode_off: 
    name: Turn Vacation Mode Off When
    has_date: true
    has_time: true