Add dashboard walkthrough links

master
Carlo Costanzo 2 weeks ago
parent 06b1ae7fc5
commit 94d80e28b5

@ -18,10 +18,10 @@
Live, personal Home Assistant configuration shared for **browsing and inspiration**. This is not a turnkey clone-and-run setup; borrow ideas, adapt entity IDs/secrets, and test in your own environment.
### Latest video: Weekly Digest is back
[![Digest is Back - Smart Home Automation Ideas from My Home Assistant Config](https://img.youtube.com/vi/VgJ1t-VCreY/maxresdefault.jpg)](https://youtu.be/VgJ1t-VCreY)
### Latest video: Clean Home Assistant dashboards
[![Build Clean Home Assistant Dashboards with YAML Partials and Templates](https://img.youtube.com/vi/aFis2YPeSuY/maxresdefault.jpg)](https://youtu.be/aFis2YPeSuY)
The weekly digest is back for this repo: one GitHub issue each week that highlights new automations, resolved issues, commit activity, and smart home ideas you can adapt for your own setup. [Watch the announcement](https://youtu.be/VgJ1t-VCreY) and star the repo to follow along.
This walkthrough shows how the Infrastructure dashboard is organized with a boring `dashboard.yaml`, thin view files, focused partials, and shared button-card templates. [Watch the video](https://youtu.be/aFis2YPeSuY), read the [companion post](https://www.vcloudinfo.com/2026/02/home-assistant-dashboard-design-system-button-card.html), and browse the YAML under [config/dashboards/infrastructure](config/dashboards/infrastructure).
### Quick navigation
- You are here: `/` (root repo guide)

@ -18,6 +18,10 @@
Codex skills stored in-repo so they can be shared with the community. These are documentation + helper scripts only (no secrets).
### Walkthroughs
- Dashboard design skill: [Build Clean Home Assistant Dashboards with YAML Partials and Templates](https://youtu.be/aFis2YPeSuY)
- Companion post: [Home Assistant Dashboard Design System (Button-Card First)](https://www.vcloudinfo.com/2026/02/home-assistant-dashboard-design-system-button-card.html)
### Quick navigation
- You are here: `codex_skills/`
- [Repo overview](../README.md) | [Dashboards](../config/dashboards/README.md) | [Issues](https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

@ -20,6 +20,10 @@
This directory contains the `homeassistant-dashboard-designer` Codex skill, stored in-repo so it can be shared with the community.
### Walkthrough
- Video: [Build Clean Home Assistant Dashboards with YAML Partials and Templates](https://youtu.be/aFis2YPeSuY)
- Companion post: [Home Assistant Dashboard Design System (Button-Card First)](https://www.vcloudinfo.com/2026/02/home-assistant-dashboard-design-system-button-card.html)
### Quick navigation
- You are here: `codex_skills/homeassistant-dashboard-designer/`
- [Repo overview](../../README.md) | [Codex skills](../README.md) | [Dashboards](../../config/dashboards/README.md) | [Issues](https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

@ -22,6 +22,10 @@
This folder holds YAML-managed Home Assistant Lovelace dashboards and UI resources.
### Walkthrough
- Video: [Build Clean Home Assistant Dashboards with YAML Partials and Templates](https://youtu.be/aFis2YPeSuY)
- Companion post: [Home Assistant Dashboard Design System (Button-Card First)](https://www.vcloudinfo.com/2026/02/home-assistant-dashboard-design-system-button-card.html)
### Why this exists
- Home Assistant stores dashboards and resources in `config/.storage/` by default (runtime state).
- YAML dashboards make the UI version-controllable and editable by automation tools (including Codex).

Loading…
Cancel
Save

Powered by TurnKey Linux.