You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** The dashboard script `ag_regenerate_dashboards.py` automatically generates links assuming the `view_[path].png` format. If your image is missing, the link will be broken on the site.
>"Update the documentation for the **[PACKAGE_NAME]** package.
@@ -210,6 +220,22 @@ When adding images, you **must** use the correct naming convention so the automa
210
220
> 4. **Dashboard Links:** Scan `.storage/lovelace_dashboards` for cards using these entities and embed them.
211
221
> 5. **Visuals:** Look in `assets/images/packages/` for an image named `[PACKAGE_NAME].png` or `[PACKAGE_NAME]_card.png`. If found, display it. If not, use a placeholder."
212
222
223
+
**Task: Generate All Package Documentation (Full Scan)**
224
+
>"Perform a deep architectural scan of my `packages/` directory.
225
+
> **For EVERY YAML file found, create a corresponding Markdown file in `docs_site/docs/smart-home/packages/` containing:**
> 2. **Executive Summary:** What does this package do?
228
+
> 3. **Architecture Diagram:** Generate a `mermaid` sequence diagram of the logic.
229
+
> 4. **The Code:** Embed the YAML content in a code block (Redact secrets!).
230
+
> 5. **Dashboard Connections:** Scan `.storage/lovelace_dashboards`. Identify cards that control entities from this package and embed their configuration.
231
+
> 6. **Visuals:** Insert a placeholder link for a screenshot (e.g., ``).
0 commit comments