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
Copy file name to clipboardExpand all lines: config/packages/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
61
61
|[printer.yaml](printer.yaml)| Epson ink watchdog with one-day and one-week mobile snooze actions for low-ink reminders. |`input_datetime.printer_ink_snooze_until`, `sensor.epson_*`, mobile app action events |
62
62
|[bearclaw.yaml](bearclaw.yaml)| Joanna/BearClaw bridge automations that forward Telegram commands to codex_appliance, include LLM-first routing context for freeform text, relay replies back, ingest `/api/bearclaw/status` telemetry, and expose dispatch plus QMD/memory-index sensors for Infrastructure dashboards. |`rest_command.bearclaw_*`, `sensor.bearclaw_status_telemetry`, `sensor.joanna_*`, `binary_sensor.joanna_*`, `automation.bearclaw_*`, `script.send_to_logbook`|
63
63
|[telegram_bot.yaml](telegram_bot.yaml)| Legacy Telegram transport marker for BearClaw; the shared `joanna_send_telegram` helper now forwards through the codex_appliance direct Telegram API. |`rest_command.bearclaw_telegram_send`, `script.joanna_send_telegram`|
64
-
|[phynplus.yaml](phynplus.yaml)| Phyn shutoff automations with push + Activity feed + Repairs issues for leak events. |`valve.phyn_shutoff_valve`, `binary_sensor.phyn_leak_test_running`, `repairs.create`|
64
+
|[phynplus.yaml](phynplus.yaml)| Phyn shutoff automations with v2026.6.3 leak-alert sensors, warning Repairs context, and critical push recovery when the valve closes. |`valve.phyn_shutoff_valve`, `binary_sensor.phyn_leak_alert`, `binary_sensor.phyn_leak_test_running`, `repairs.create`|
65
65
|[water_delivery.yaml](water_delivery.yaml)| ReadyRefresh delivery date helper with night-before + garage door Alexa reminders, plus helper-change audit logging and Telegram confirmations. |`input_datetime.water_delivery_date`, `script.send_to_logbook`, `script.joanna_send_telegram`, `notify.alexa_media_garage`|
66
-
|[vacation_mode.yaml](vacation_mode.yaml)| Auto-enable vacation mode after 24 hours away or no bed use, track sitter analytics/secure-house checks, and deliver exact sitter-facing briefings with garage Alexa support. |`input_boolean.vacation_mode`, `input_boolean.house_sitter_present`, `input_datetime.vacation_house_sitter_*`, `sensor.vacation_house_sitter_*`, `group.garage_doors`, `lock.front_door`, `script.notify_engine`, `script.joanna_send_telegram`|
66
+
|[vacation_mode.yaml](vacation_mode.yaml)| Auto-enable vacation mode after 24 hours away or no bed use, track sitter analytics/secure-house checks, stale-visit timeout protection, and deliver exact sitter-facing briefings with garage Alexa support. |`input_boolean.vacation_mode`, `input_boolean.house_sitter_present`, `input_datetime.vacation_house_sitter_*`, `sensor.vacation_house_sitter_*`, `group.garage_doors`, `lock.front_door`, `script.vacation_house_sitter_clear_presence`, `script.notify_engine`, `script.joanna_send_telegram`|
67
67
|[maintenance_log.yaml](maintenance_log.yaml)| Joanna maintenance webhook ingest for water softener salt with idempotent event handling, Activity feed logging, and recorder-backed helper history for long-term graphing. |`automation.maintenance_log_joanna_webhook_ingest`, `input_number.water_softener_salt_total_added_lb`, `counter.water_softener_salt_event_count`, `sensor.water_softener_salt_days_since_last_add`|
68
68
|[kiosk_tablet.yaml](kiosk_tablet.yaml)| Keeps the bedroom Fully Kiosk Fire tablet pinned to the dedicated camera kiosk dashboard when the page or foreground app drifts; normal wake events only restore brightness/focus. See the [video walkthrough](https://youtu.be/ChgEu0IDWzc). |`sensor.alarm_panel_1_current_page`, `sensor.alarm_panel_1_foreground_app`, `button.alarm_panel_1_bring_to_foreground`, `button.alarm_panel_1_load_start_url`|
69
69
|[powerwall.yaml](powerwall.yaml)| Track Tesla Powerwall grid status, push live outage tracking to mobile targets, and shed loads automatically when off-grid (alerts include Activity feed + Repairs). |`binary_sensor.powerwall_grid_status`, `sensor.powerwall_*`, `script.notify_live_activity`, `repairs.create`|
0 commit comments