I’m using Dark Sky for a weather sensor. I’m trying to basically display a 7-day forecast on my dashboard. However, I can’t find a way to dynamically change the group name of my sensor group to make it easy to read.
Groups.yaml entry example:
Weatherday2:
name: Weather in 2 days
entities:
- sensor.dark_sky_summary_2
- sensor.dark_sky_daytime_high_temperature_2
- sensor.dark_sky_overnight_low_temperature_2
- sensor.dark_sky_humidity_2
- sensor.dark_sky_precip_accumulation_2
- sensor.dark_sky_precip_probability_2
- sensor.dark_sky_wind_speed_2
- sensor.dark_sky_wind_gust_2
- sensor.dark_sky_icon_2
Here is what my card looks like for this entry:
Rather than say “Weather in 2 days” I would prefer for that to say “Friday’s weather” (being that today is Wednesday). Of course, tomorrow, it would need to say “Saturday’s weather”. Can this be done?
By the looks of the forecast, I may have some time to sit inside and work on this in 2 days