SNoof85 / lovelace-tempometer-gauge-card-deprecated

Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !
102 stars 32 forks source link

Feature request #61

Closed killabeenl closed 1 year ago

killabeenl commented 1 year ago

Hello SNoof85,

I know that you stoppend working on this lovelace card. I love this card for use with my BBQ dashboard. This is because of the Min and Max entities that can be used. I use input numbers so that the Min and Max can vary.

My question is if it is possible to change the color and size of the Min (in blue) and Max (in red)?

Would be nice if you can push me in the right direction.

Best regards,

Killabee

SNoof85 commented 1 year ago

Hi !

I think what you are looking for is in lines from 228 to 239.

You can see the colours for recentMin and recentMax here, and also the sizes. You can adjust these settings here.

Size is on lines 229 & 235 Color is on lines 231 & 237

killabeenl commented 1 year ago

Thanks, I forked the code and made the changes there. Now I can change it the way I want.