mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
246 stars 26 forks source link

Templatable title #203

Open savikko opened 1 week ago

savikko commented 1 week ago

My RV is moving from place to place and I have reverse geocoded location as one sensor attribute.

I would like to show always the current place of the weather forecast as a title of this.

Currently, there is no support for templating for title: parameter, but I would like to see that as a feature.

Config would look something like this

title: {{ state_attr('sensor.current_location', 'place_name') }} / {{ state_attr('sensor.current_location', 'city') }} / {{ state_attr('sensor.current_location', 'country') }}