Timer Bar Card with Auto Entities: Duration as Name

Hello!

I have a card that displays timers from Google Home via a combination of the Auto Entities and Timer Bar Cards.

type: custom:auto-entities
filter:
  include:
    - domain: sensor
      entity_id: sensor.*timer_*
      attributes:
        integration: google_home
  exclude:
    - state: unavailable
    - state: ""
    - state: idle
sort:
  ignore_case: true
show_empty: false
card:
  type: custom:timer-bar-card
  modifications:
    - elapsed: 40%
      bar_foreground: orange
    - elapsed: 70%
      bar_foreground: red
    - sync_issues: ignore

Resulting in:

This is currently a 2 hr timer, is there a way to display the duration secondary attributes instead of the name “Timer 1”? Adding it anywhere to the card would also work.

See below for Entity Info:

Thanks in Advance!