Problem with dashboard configuration with UI-LOVELACE-MINIMALIST

Hi everyone…I’m having trouble configuring my new dashboard with ui-lovelace minimalist…everything was fine until I got to the room list part using “custom_card_esh_room” with “horizontal stack” not having a lot of experience I think I’m doing something wrong… I hope someone can help me… I attach below the code that I can’t get to work.

- type: horizontal-stack
   cards:

  - type: "custom:button-card"
    template:
     - card_esh_room
     - yellow_on
    name: Bathroom
    entity: light.lampada_provisoria_camera_da_letto
    icon: mdi:bathtub
    tap_action:
     action: navigate
     navigation_path: "camera_da_letto.yaml"
  - type: "custom:button-card"
    template:
    - card_esh_room
    - yellow_on
    name: Bathroom
    entity: light.bathroom_lights
    icon: mdi:bathtub
    tap_action:
    action: navigate
    navigation_path: "bathroom"
  

If anyone can kindly give me a solution I would be very happy.