diff --git a/README.md b/README.md index d00727b7..96f554da 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/codex_skills/README.md b/codex_skills/README.md index 4fccde40..5343b3ae 100644 --- a/codex_skills/README.md +++ b/codex_skills/README.md @@ -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) diff --git a/codex_skills/homeassistant-dashboard-designer/README.md b/codex_skills/homeassistant-dashboard-designer/README.md index 2f2fd223..a1af47e4 100644 --- a/codex_skills/homeassistant-dashboard-designer/README.md +++ b/codex_skills/homeassistant-dashboard-designer/README.md @@ -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) diff --git a/config/dashboards/README.md b/config/dashboards/README.md index a01c6946..18bece7d 100644 --- a/config/dashboards/README.md +++ b/config/dashboards/README.md @@ -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).