From 2691dc407359a520f752d6fa2fe1f79fc6fba631 Mon Sep 17 00:00:00 2001 From: Mortdecai Date: Sun, 7 Jun 2026 14:01:05 -0400 Subject: [PATCH] docs: record HA deployment details + access method in DECISIONS Co-Authored-By: Claude Opus 4.8 (1M context) --- DECISIONS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DECISIONS.md b/DECISIONS.md index ca49ff2..fa5f06c 100644 --- a/DECISIONS.md +++ b/DECISIONS.md @@ -21,6 +21,12 @@ Format: `YYYY-MM-DD: ` - **2026-06-07: yfinance installed on steel141** via `pip --user --break-system-packages` (PEP 668). It was missing after the CT 166 → steel141 migration — the original "not firing" had two causes: no cron ever installed + this missing dependency. +- **2026-06-07: HA side deployed on VM HA `192.168.0.146`** (`/config/scripts.yaml` + + `script.print_daily_briefing` in `configuration.yaml` `google_assistant.entity_config`; + backups in `/config/.backup/`). MQTT-discovery button entity id is + `button.pos_briefing_print_daily_briefing` (HA prefixes the device name). Access: + `ssh seth@192.168.0.146` (key auth), `bash -lc "ha core check|restart"`, services via + `$SUPERVISOR_TOKEN` → `http://supervisor/core/api/`. See `docs/ha-setup.md`. - **2026-06-07: paho-mqtt v1 callbacks (`CallbackAPIVersion.VERSION1`).** paho 2.1.0 is installed for `claude`; matches the working lgtv bridge. One-time deprecation warning at startup is harmless.