pkissling / clock-weather-card

A Home Assistant Card indicating today's date/time, along with an iOS inspired weather forecast for the next days with animated icons
Other
303 stars 65 forks source link

Add ability which can show the apparent temperature from a sensor #361

Closed oleg-d closed 2 months ago

oleg-d commented 2 months ago

Fixes https://github.com/pkissling/clock-weather-card/issues/356

Allows you to specify a temperature sensor which can show the apparent temperature. This is something many weather providers provide and call it "feels like" or "real feel".

This brings it in line with the platinum-weather-card which has this feature.

image

pkissling commented 2 months ago

just ran a test. looks good. just one question: image should we apply the same rounding logic we have for other temperature values? i.e roundIfNotNull if show_decimal is false?

oleg-d commented 2 months ago

i could look into that in a few days

oleg-d commented 2 months ago

should we apply the same rounding logic we have for other temperature values? i.e roundIfNotNull if show_decimal is false?

done

pkissling commented 2 months ago

looks good. thanks for the contribution. i just started a 2,5 week vacation, so i cannot perform a final test. have you tested it? can i release?

oleg-d commented 2 months ago

Yes tested here's the screenshots image

image

pkissling commented 2 months ago

Yes tested here's the screenshots

image

image

thank you!