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
Summary: Suggestion to expand the bedtime playlist by adding Soma.fm stations for more relaxing audio options.
Suggested direction: Update the bedtime automation to pull in a curated list of Soma.fm streams (perhaps via media_player.play_media or playlist entity) and ensure fallback handling for stream availability.
2. jakubigla/home-assistant-config - ✨ feat(living-room): scene system with Aqara Cube control
Summary: Adds a living-room scene system (input_select, reapply button, cube automation, script, TV playback guard) plus a new energy dashboard, giving the Aqara Cube sides explicit roles and protecting dining-mode lights from TV-driven dimming.
Suggested direction: Keep the cube-driven scene architecture documented and modular so new scenes or controllers can be wired in by updating the input_select, script branches, and TV guard logic; surface the new dashboard via dashboards/energy.yaml in Lovelace.
3. jnewland/ha-config - chore(deps): update dependency peterager/lennoxs30 to v2026
Summary: The renovated PeteRager/lennoxs30 integration now exposes active_alerts as real lists/sets (used to derive sensor state and diagnostics) and adds an “info” alert level, so downstream automations could treat severity-filtered alerts more reliably and be aware of multiple sibling systems.
Suggested direction: Switch notification automations to read the new list-based alert data, filter out the new info severity if needed, and incorporate the sibling ids/ip arrays when routing alerts between systems.
4. jnewland/ha-config - chore(deps): update dependency lennoxs30api to v0.2.23
Summary: Renovate bumped lennoxs30api and the custom plant helper now sets threshold/derived sensors to disabled by default when their matching hardware isn’t configured (e.g., illuminance-based entities stay off unless an illuminance sensor is present).
Suggested direction: Apply the upstream idea of default-disabling derived threshold sensors when their source sensors are absent so we expose only relevant entities (mirroring their sensor_groups/flow defaults and illuminance checks).
5. home-assistant/iOS - Adds iOS Live Activities support
Summary: Home Assistant automations can now start/updatelock-screen Live Activities on iOS 17.2+ and Android 16+ by sending a notification payload where live_update: true plus shared fields like tag, title, progress, etc. Subsequent pushes with the same tag update the same activity, and clear_notification with that tag ends it.
Suggested direction: Add automation/script helpers or blueprint that craft notification commands with data.live_update: true, include a stable tag, and optionally provide progress/chronometer/when fields so HA can manage starting, updating, and clearing the Live Activity via the companion app.
6. rtclauss/hass-config - The max range override and daily plan are linked
Summary: UI suggestion: keep the “Use daily plan” button independent instead of coupling it to enabling Max Range Override so the daily plan can activate without touching the range override.
Suggested direction: Allow the daily plan flag to operate on its own (or at least display independently) while keeping Max Range Override as a separate toggle.
Summary: User reminded maintainers not to override the Tesla charging schedule when the car is at home, parents, SPCC, or OCC, and shared the only schedules that should be active in those locations.
Suggested direction: Add location checks (home, parents, SPCC, OCC) before applying custom charging schedules so the default Tesla schedule runs in those places and only the listed schedules apply elsewhere.
Summary: Suggest an automation that deletes the Tesla preconditioning schedule once the calendar event that triggered it has started or finished, avoiding stale precondition entries.
Suggested direction: Add a cleanup step triggered when each calendar event begins or ends to remove the matching Tesla precondition schedule, preventing orphaned schedules.
9. shannonhochkins/ha-component-kit - Unable to install addon in HA (no package lock for npm ci)
Summary: The addon build for shannonhochkins/ha-component-kit fails because npm ci requires a package-lock.json that the repo no longer supplies, so adding or committing a lockfile (or switching the Docker build to npm install) would unblock installations.
Suggested direction: Add a committed package-lock.json matching the current dependencies (or adjust the Dockerfile to run npm install so the addon build succeeds without a lockfile).
10. kylegordon/home-assistant-config - Use filters to smooth sensors
Summary: Consider using the Filter integration (range or outlier) to smooth sensors that occasionally spike and produce spurious readings.
Suggested direction: Add a helper/filter entity for noisy sensors and reference the built-in Filter integration or automation layers to clamp/outlier-detect values.
11. homeassistant-extras/pi-hole-card - Combine / average sensor values for multi pi setups
Summary: The pi-hole card currently shows per-statistics (queries, clients, blocked, etc.) and action buttons only for the first configured Pi-hole, so multi-node setups don’t aggregate counts or target actions beyond the first host.
Suggested direction: Combine or average the displayed statistics and ensure actions (pause, flush cache, etc.) operate across all configured Pi-holes instead of just the first entity.
12. homeassistant-extras/pi-hole-card - 0.25.0 - Combined Statistics for Multi-Pi-hole Setups + Version Update Info 🚦 🥼
Summary: The pi-hole-card 0.25.0 release now automatically aggregates the four main Pi-hole stats across multiple instances and visually highlights components when updates are available.
Suggested direction: Swap in/confirm pi-hole-card 0.25.0 and adjust the multi-card dashboard to rely on its combined statistics plus update-highlighted version info.
13. Pirate-Weather/pirate-weather-ha - Add rainIntensity, iceIntensity, and snowIntensity sensors to HA
Summary: Pirate Weather’s HA integration now exposes rainIntensity, iceIntensity, and snowIntensity sensors per the recent release note, which is handy context for dashboards focused on per-day precipitation detail.
Suggested direction: Watch for the stable Pirate Weather update; then pull the new intensity sensors into any precipitation-focused dashboards or helpers.
Summary: Adds Junior and Spybox to the Lovelace view via new camera cards that mirror the existing Frigate-card + browser_mod popup pattern.
Suggested direction: Insert cards for camera.junior and camera.spybox below the existing camera grid, each configured with a tap_action that fires a browser_mod popup showing the Frigate-card for that camera.
Joanna GitHub Scout Recap Digest
This digest keeps recap-only scout findings in one place for review. These are inspiration items, not bugfixes or regressions.
Recap Items
1. rtclauss/hass-config - Add soma.fm stations to the bedtime playlist
2. jakubigla/home-assistant-config - ✨ feat(living-room): scene system with Aqara Cube control
dashboards/energy.yamlin Lovelace.3. jnewland/ha-config - chore(deps): update dependency peterager/lennoxs30 to v2026
active_alertsas real lists/sets (used to derive sensor state and diagnostics) and adds an “info” alert level, so downstream automations could treat severity-filtered alerts more reliably and be aware of multiple sibling systems.infoseverity if needed, and incorporate the sibling ids/ip arrays when routing alerts between systems.4. jnewland/ha-config - chore(deps): update dependency lennoxs30api to v0.2.23
lennoxs30apiand the customplanthelper now sets threshold/derived sensors to disabled by default when their matching hardware isn’t configured (e.g., illuminance-based entities stay off unless an illuminance sensor is present).5. home-assistant/iOS - Adds iOS Live Activities support
live_update: trueplus shared fields liketag,title,progress, etc. Subsequent pushes with the same tag update the same activity, andclear_notificationwith that tag ends it.data.live_update: true, include a stabletag, and optionally provide progress/chronometer/when fields so HA can manage starting, updating, and clearing the Live Activity via the companion app.6. rtclauss/hass-config - The max range override and daily plan are linked
7. rtclauss/hass-config - Charging
8. rtclauss/hass-config - Precondition Schedule
9. shannonhochkins/ha-component-kit - Unable to install addon in HA (no package lock for npm ci)
shannonhochkins/ha-component-kitfails becausenpm cirequires apackage-lock.jsonthat the repo no longer supplies, so adding or committing a lockfile (or switching the Docker build tonpm install) would unblock installations.package-lock.jsonmatching the current dependencies (or adjust the Dockerfile to runnpm installso the addon build succeeds without a lockfile).10. kylegordon/home-assistant-config - Use filters to smooth sensors
11. homeassistant-extras/pi-hole-card - Combine / average sensor values for multi pi setups
12. homeassistant-extras/pi-hole-card - 0.25.0 - Combined Statistics for Multi-Pi-hole Setups + Version Update Info 🚦 🥼
13. Pirate-Weather/pirate-weather-ha - Add rainIntensity, iceIntensity, and snowIntensity sensors to HA
rainIntensity,iceIntensity, andsnowIntensitysensors per the recent release note, which is handy context for dashboards focused on per-day precipitation detail.14. stmrocket/Home-Assistant-Config - Add Additional Cameras
camera.juniorandcamera.spyboxbelow the existing camera grid, each configured with a tap_action that fires a browser_mod popup showing the Frigate-card for that camera.