[improv_base] Bump Improv library to 1.2.6 - #17599
Merged
Merged
Conversation
Adds the GET_NETWORK_STATE command and NetworkState flags (improv-wifi/sdk-cpp#34) plus the Hostname/Device Name command and error enum values. All additive; no behavior change for existing code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 tasks
swoboda1337
approved these changes
Jul 16, 2026
Member
Author
|
Thanks! π» |
kbx81
enabled auto-merge (squash)
July 16, 2026 04:09
Contributor
|
To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file: external_components:
- source: github://pr#17599
components: [improv_base]
refresh: 1h(Added by the PR bot) |
Contributor
|
π Hi there! This PR modifies 1 file(s) with codeowners. @esphome/core - As codeowner(s) of the affected files, your review would be appreciated! π Note: Automatic review request may have failed, but you're still welcome to review. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What does this implement/fix?
Bumps the bundled Improv library from 1.2.4 to 1.2.6 (release notes).
The new version adds enum values for the
Get Network State(0x07) RPC command and itsNetworkStateflags (improv-wifi/sdk-cpp#34), and the spec's Hostname/Device Name commands andBAD_HOSTNAMEerror (improv-wifi/sdk-cpp#35, improv-wifi/sdk-cpp#36). All changes are additive; there is no behavior change for existingimprov_serial/esp32_improvcode.Split out of #17598 so the library bump can merge independently; #17598 builds on the new enum values.
Types of changes
Related issue or feature (if applicable):
Pull request in esphome.io with documentation (if applicable):
Test Environment
Example entry for
config.yaml:Checklist:
tests/folder).If user exposed functionality or configuration variables are added/changed:
π€ Generated with Claude Code