Show the Value of a sensor!

Hello,
I have a Ring doorbell! and I need it to show the sensor.ring_front_door_battery Value!

Into this basic ui-lovelace setup

  • title: Doorbell
    icon: mdi:bell-outline
    panel: true
    cards:
    • type: picture-glance
      title: Front Door
      entities:
      - binary_sensor.ring_front_door_motion
      - binary_sensor.ring_front_door_ding
      - sensor.ring_front_door_battery
      camera_image: camera.front_door

How can I do this? any Idea?

I think you would need to use the sensor card

    - type: sensor
      entity: sensor.ring_front_door_battery
      name: Ring Front door Battery
      unit: %