---
title: Frontend Overview
description: Integrate your Bambu Lab 3D Printer with Home Assistant
---

The Bambu Lab Cards, are a set of pre-made collection of cards for Home Assistant. Designed to work with the Bambu Lab Home Assistant Integration

They are currently a work in progress

## Usage

All the cards can be configured using Dashboard UI editor.

<Steps>
  <Step>In the Dashboard UI, click 3 dots in top right corner.</Step>
  <Step >Click _Edit Dashboard_.</Step>
  <Step>Click Plus button to add a new card.</Step>
  <Step>Find one of the _Custom: Bambu_ card in the list.</Step>
</Steps>

<Note>
  The integration registers the card resource automatically only when your
  Lovelace dashboards are in **storage** (UI managed) mode. If you run Lovelace
  in **YAML** mode, the cards will not show up until you add the resource URL
  yourself:

  ```yaml
  lovelace:
    mode: yaml
    resources:
      - url: /bambu_lab/ha-bambulab-cards.js
        type: module
  ```
</Note>

## Pre-made Dashboard

You can find an amazing web configurator to easily create a Dashboard for your Bambu printer like the one below
at https://www.wolfwithsword.com/bambulab-home-assistant-dashboard/.

<Warning>This does **NOT** use the Custom Cards provided by this integration, and will require other card dependencies</Warning>

![image](/images/ExampleIntegration.png)