artem-sedykh / mini-climate-card

Minimalistic climate card for Home Assistant Lovelace UI
MIT License
281 stars 19 forks source link

Power off timer #34

Closed julienlarivee closed 3 years ago

julienlarivee commented 4 years ago

Hi, I am using the mini climate card with my sensibo device which acts as an AC remote. In the sensibo app, there is a power off timer. You select time with a wheel and it shut down the AC after the chosen time.

I was thinking it would be great to setup this in the mini climate card too. I know it can be done with an automation, but I was wondering if there is a way to do it in the card. Ex: You chose a time with a dropdown (ex: 1h, 2h, 3h) and the card would set something (ex: an input_number) and this would trigger the automation that would turn off the AC.

Or any other way I didn't think of. I was wondering if this was a use case you though would be doable some sort of way.

Thank you