diff --git a/config/dashboards/overview/partials/camera_sections.yaml b/config/dashboards/overview/partials/camera_sections.yaml index 8947677f..7ebc4c08 100644 --- a/config/dashboards/overview/partials/camera_sections.yaml +++ b/config/dashboards/overview/partials/camera_sections.yaml @@ -52,3 +52,5 @@ - type: custom:frigate-events-card frigate_client_id: frigate event_count: 3 + video: true + video_on_hover: true diff --git a/config/dashboards/overview/partials/home_sections.yaml b/config/dashboards/overview/partials/home_sections.yaml index 8b9eb486..396af704 100644 --- a/config/dashboards/overview/partials/home_sections.yaml +++ b/config/dashboards/overview/partials/home_sections.yaml @@ -311,6 +311,8 @@ - type: custom:frigate-events-card frigate_client_id: frigate event_count: 5 + video: true + video_on_hover: true - show_state: true show_name: true camera_view: live diff --git a/config/packages/bearclaw.yaml b/config/packages/bearclaw.yaml index 658534bf..2923438c 100644 --- a/config/packages/bearclaw.yaml +++ b/config/packages/bearclaw.yaml @@ -15,6 +15,7 @@ # Notes: Nightly Duplicati verification calls a codex_appliance admin endpoint and returns structured health to HA via response_variable. # Notes: v2 intake is the primary HA contract; legacy command/ingest routes remain appliance-side shims. # Notes: Command payload supports async_only for automation-first queueing when immediate inline handling is not required. +# Notes: Command payload supports optional metadata for HA dispatch context snapshots. # Notes: Blog: https://www.vcloudinfo.com/2026/03/joanna-dispatch-telemetry-home-assistant-infrastructure-dashboard/ ###################################################################### @@ -49,6 +50,7 @@ rest_command: "callbackEventType": "lifecycle" } ], + "metadata": {{ metadata | default({}, true) | tojson }}, "priority": {{ priority | default(none) | tojson }}, "async_only": {{ async_only | default(false) | tojson }} } @@ -127,6 +129,7 @@ sensor: - active - platform - transports + - followups - qmdHealth - memoryIndex