Lovelace Entities Footer Button Names

The documentation seems to indicate that its possible to add names to buttons in an entities footer using something like…

footer
  type: buttons
  entities:
      - entity: scene.sunset
        name: Sunset
        icon: 'mdi:weather-sunset-down'       

The icon image is changed but the name does not appear. Is there something I’m missing?

I think you are missing a colon on the “footer”

try this

Thanks Yuval. You are correct, but it was just a typo in my post. In fact I do have the needed colon in my YAML configuration. As I indicated, the icon does change so the overall YAML seems to work. Its just the name that is not being updated. Any other thoughts?