docs: reflect the diagnostics + reliability work shipped this session - #89
Merged
Conversation
- CHANGELOG: add the 2026-07-22 entry (esp32 1.1.4-1.1.6, ameba 1.3.21-1.3.22, diagnostics live in HA, the #83 brownout finding). - docs/14: mark Phase 2 (v1.1.4) and Phase 3 (HACS, #85) done; update the 'exposed today' table and the sensor/binary_sensor entity list to the shipped set. - docs/01: close the CompressorHz telemetry gap (ships in v1.1.4, read via the raw mfg-cluster path). - docs/07: HisenseFeatures is written to Features1 and read live in HA; flip the read-only capabilities in the parity matrix (8C heat, purify, AI, demand-resp, stepless fan, louvre) from not-exposed to read-only, with a legend note. - docs/09: compressor Hz now reads live via the HACS integration. - docs/13: flag the path-comparison figures as a dated snapshot (ameba 1.3.22, esp32 1.1.6 have shipped since). Assisted-by: AI
AndrewDemsDS
added a commit
that referenced
this pull request
Aug 12, 2026
…#113) The esp32 release workflow hardcoded set-target esp32, so the v1.1.14 release shipped Xtensa binaries only -- nothing for the C3 that tag was actually about, and the two are not interchangeable. Now a matrix builds esp32 and esp32c3 under the same tag, serialised so both attach to one release. Assets drop the long -CI-REBUILD suffix for <target>-v<semver>[-debug].<ext>, consistent across esp32, esp32c3 and amebaz2 (which also moves from the derived int to the semver in the tag). The #89 'these are CI rebuilds, not the deployed image' caveat moves from the filename into the release body. Assisted-by: AI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the docs to match what shipped this session (esp32 v1.1.4-1.1.6, ameba v1.3.21-1.3.22, diagnostics live in HA, the #83 brownout finding). A read-only survey across the doc set found six stale files; README and docs/10 needed no change.
HisenseFeaturesis written toFeatures1and read live in HA; the parity matrix flips six capabilities from not-exposed to read-only, with a legend note that they are readable (not drivable).Docs-only, no firmware/version change. Prose passed through stop-slop (no em dashes, active voice).
Assisted-by: AI