Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.9 KB

File metadata and controls

50 lines (27 loc) · 1.9 KB

Basic Dashboard v1

A very basic Home Assistant dashboard. Great for beginners and easy to understand.

Dependencies

All of these dependencies can be found on HACS.

Mushroom layout-card

Installation

Step 1: Click on your Home Assistant settings.

image

Step 2: Select the Dashboards option.

image

Step 3: Select "Add Dashboard" and then "New dashboard from scratch".

image

Step 4: Give your dashboard a name and icon. Make sure "Admin only" is unticked and "Show in sidebar" is ticked. Then click Create.

image

Step 5: Select "Open" on your new dashboard.

image

Step 6: Select the pencil icon in the top corner.

image

Step 7: Select the 3 dots then "Raw configuration editor".

image

Step 8: Delete all code then copy and paste the Dashboard.yaml code.

image

Step 9: Select Save.

image

Step 10: You will have some errors. Make sure you replace the default entity IDS with your entity IDs.

Step 11: You're done!