amaximus / garbage-collection-card

Custom Lovelace card for Garbage Collection custom component
MIT License
128 stars 24 forks source link

Allow hiding the card until x days before event #7

Closed mw-white closed 5 years ago

mw-white commented 5 years ago

Love the card!

This is just a quick PR to add a 'hide_before' option (specified in days) to hide the card entirely until x days before the event. I know I could use a conditional card, but this seems much cleaner.

amaximus commented 5 years ago

Great option. Implementation works as expected. Thanks.