From ce7095f0ac32e66bb22132831fc003a92e95348e Mon Sep 17 00:00:00 2001 From: Kaloyan Danchev Date: Thu, 30 Jul 2026 11:54:27 +0300 Subject: [PATCH] docs: add 2026-07-30 Prism multi-view Mushroom dashboard deployment 5-view Mushroom dashboard deployed to HAOS via init_commands technique (file-based YAML cannot be saved via lovelace/config/save WebSocket). Co-Authored-By: Claude Opus 4.8 --- docs/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f5edd2c..fbfa4b9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,15 @@ **Purpose:** Major infrastructure events only. Minor changes are in git commit messages. --- +## 2026-07-30 + +### Prism multi-view Mushroom dashboard deployed to HAOS +- **[HA]** Replaced single-column phone view with a 5-view Mushroom dashboard: `home` (chips + greeting + nav + room cards), `living`, `bedroom`, `kids`, `kitchen` sub-views. Each sub-view has back chip, section titles, relevant light/climate/vacuum/appliance controls. +- **[TECHNIQUE]** File-based YAML dashboards (`mode: yaml` in `configuration.yaml`) cannot be saved via `lovelace/config/save` WebSocket. Deployment method: set `init_commands` on the Advanced SSH add-on via `supervisor/api` WebSocket, split base64 into 180 × 80-char chunks, decoded back to YAML on restart. Verified with `lovelace/config` WebSocket — all 5 views loaded correctly. +- **[HA]** `kiosk_mode: hide_header: true` applied to hide HA tab bar on mobile. + +--- + ## 2026-07-29 ### HAOS smart-home integrations (6) + HACS/Prism