Lock - Customize Button

That’s my “lock” configuration:

lock:
  - platform: template
    name: Garage door
    unique_id: lock.garage_door3
    value_template: "{{ is_state('switch.buro_rsc_pc_sperren', 'on') }}"
    lock:
      service: switch.turn_on
      target:
        entity_id: switch.buro_rsc_pc_sperren
    unlock:
      service: switch.turn_off
      target:
        entity_id: switch.buro_rsc_pc_sperren

That’s the look like in the Dashboard:

How can I rename the Button “LOCK”? Or even better to remove it complete! It must be an “entities card”.

Best case within customize.yaml.

Thx!

type: entities
entities:
  - entity: lock.virtual_front_door_lock

  - type: button
    entity: lock.virtual_front_door_lock
    action_name: whatever
    tap_action:
      action: more-info

  - entity: lock.virtual_front_door_lock
    card_mod:
      style: |
        mwc-button {
          display: none;
        }

  - type: custom:template-entity-row
    entity: lock.virtual_front_door_lock
    state: ''

изображение