Skip to content

Commit 4f0d408

Browse files
committed
full update
1 parent 46012b8 commit 4f0d408

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/system_manual/tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,14 @@ cd docs_site; git add .; git commit -m "Routine update"; git push
9090
> 3. **Smart Analysis:**
9191
> - **Executive Summary:** Technical overview for admins.
9292
> - **Process Description:** Non-technical explanation for users (How it works).
93+
> - **Integration Dependencies:** List *only* external integrations (e.g., UniFi, MQTT, Yale). **Exclude** standard Home Assistant components (Scripts, Input Helpers, Logbook).
9394
> - **Architecture:** Generate a `mermaid` sequence diagram. **CRITICAL:** Write a specific narrative paragraph explaining the logic flow shown in the diagram.
9495
> 4. **Update Documentation File:**
9596
> - **Target:** Locate the specific HTML comment markers (slots).
9697
> - **Action:** Replace the content *between* the markers.
9798
> - `<!-- START_SUMMARY -->` ... `<!-- END_SUMMARY -->`
9899
> - `<!-- START_DETAILED -->` ... `<!-- END_DETAILED -->`
100+
> - `<!-- START_DEPENDENCIES -->` ... `<!-- END_DEPENDENCIES -->`
99101
> - `<!-- START_MERMAID_DESC -->` ... `<!-- END_MERMAID_DESC -->`
100102
> - `<!-- START_MERMAID -->` ... `<!-- END_MERMAID -->`
101103
> - **Dashboard Links:** Scan `.storage/lovelace_dashboards` and embed cards into `<!-- START_DASHBOARD -->`."

0 commit comments

Comments
 (0)