URGENT hotfix: smoothed sensors + shutdown switches did not materialize in 996d54c #4

Merged
reachableceo merged 1 commits from dev into release 2026-09-06 13:02:38 +00:00
Owner

Release PR (dev -> release)

Live-fire fix: the 12:38 deploy half-applied — core logs show two schema errors:

  • filter: top-level cannot be merged from packages (expected a dict) -> moved the 4 smoothed sensors into the legacy sensor: platform: filter form (same unique_ids/names)
  • input_boolean rejects description: -> removed (info moved to comments)

Interim prod state: shutdown-chain automation live but inert (its arm/dry-run switches missing -> execute_mode computes false, fail-safe); trend sensors reference missing smoothed sources -> rate-of-change protection degraded until this merges. Ambient threshold alerts unaffected.

  • CI green on head
  • on-box ha core check passed with these exact files
  • adversarial: fail-safe direction confirmed (no new execution paths; #790 stays dry-run)

Rollback: git revert on dev, re-PR.

## Release PR (dev -> release) Live-fire fix: the 12:38 deploy half-applied — core logs show two schema errors: - `filter:` top-level cannot be merged from packages (expected a dict) -> moved the 4 smoothed sensors into the legacy `sensor: platform: filter` form (same unique_ids/names) - `input_boolean` rejects `description:` -> removed (info moved to comments) Interim prod state: shutdown-chain automation live but inert (its arm/dry-run switches missing -> execute_mode computes false, fail-safe); trend sensors reference missing smoothed sources -> rate-of-change protection degraded until this merges. Ambient threshold alerts unaffected. - [x] CI green on head - [x] on-box `ha core check` passed with these exact files - [x] adversarial: fail-safe direction confirmed (no new execution paths; #790 stays dry-run) **Rollback:** git revert on dev, re-PR.
vptechops added 1 commit 2026-09-06 12:48:08 +00:00
Top-level 'filter:' cannot merge from packages (expected dict); the
booleans rejected 'description'. Both found live in the 12:38 deploy:
package booleans + smoothed sensors failed to materialize.

Meat: https://projects.knownelement.com/issues/344#comment
reachableceo added 1 commit 2026-09-06 12:48:08 +00:00
Top-level 'filter:' cannot merge from packages (expected dict); the
booleans rejected 'description'. Both found live in the 12:38 deploy:
package booleans + smoothed sensors failed to materialize.

Meat: https://projects.knownelement.com/issues/344#comment
reachableceo merged commit 5562304561 into release 2026-09-06 13:02:38 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KNEL/KNELBMS#4