CustomUI - how to hide sensor state

Hi.

I’m trying to hide sensor state to have all sensor attributes in badges but I don’t know how to do it.

Here is some screen what I’m trying to do:
badges

My sensor is a real sensor with three attributes which I want to show as badges.
Here is my code:

sensor.wio_kid:
  custom_ui_state_card: state-card-custom-ui
  friendly_name: 'Air'
  extra_badge:
    - attribute: tmp
      unit: '°C'
    - attribute: prs
      unit: 'hPa'
    - attribute: hum
      unit: '%'