Enable dynamic naming of groups using templates

Hi!

I want to promote the ability to use templates as part of naming.
Example from groups.yaml

facts_today:
  name: "{{ states.sensor.today_date.state }}"
  view: no
  entities:
    - sun.sun
    - sensor.home_to_work
    - sensor.work_to_home
    - sensor.yr_symbol
    - sensor.yr_temperature
    - sensor.yr_precipitation
    - sensor.yr_cloudiness
    - sensor.yr_wind_speed
    - binary_sensor.aurora_visibility

The ability to use templates to customize would be an extremely useful feature, enabling users to customize their views and layouts to a greater extent.