Upgrade ESPHome to latest version (2026.8.2) - #81
Open
queengooborg wants to merge 8 commits into
Open
queengooborg wants to merge 8 commits into
queengooborg wants to merge 8 commits into
Conversation
Also configure a virtualenv
mcdaddytalk
added a commit
to kajecode/OpenSpool
that referenced
this pull request
Sep 17, 2026
Merges spuder#81, which independently fixes the same ESPHome-2026.x compatibility issues patched in 726e04a (missing Breathing Green effect, ESPColor -> Color, select .state -> .current_option()), plus bumps min_version/CI to 2026.8.2 and adds a requirements.txt + venv setup to the README. Conflicts resolved by keeping the .c_str() conversions on current_option() (verified to compile against the current ArduinoJson version) and fixing an invalid requirements.txt pin (esphome=2026.8.2 -> esphome==2026.8.2, "=" is not valid pip requirements syntax). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EaX6nVD6KwheVrBvUFGc5u
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.
This PR upgrades ESPHome to the latest version (2026.8.2 as of the time of this writing). This replaces some deprecated function calls and gradually upgrades the library.
Additionally, to ensure that a contributor will use the correct version of ESPHome, this updates the readme to set up a virtualenv and install ESPHome through pip.