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.
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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 legacysensor: platform: filterform (same unique_ids/names)input_booleanrejectsdescription:-> 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.
ha core checkpassed with these exact filesRollback: git revert on dev, re-PR.