Fix deprecated object_id -> default_entity_id for HA 2026.4 compatibi…#40
Open
liquidphire wants to merge 1 commit intoawilliams:mainfrom
Open
Fix deprecated object_id -> default_entity_id for HA 2026.4 compatibi…#40liquidphire wants to merge 1 commit intoawilliams:mainfrom
liquidphire wants to merge 1 commit intoawilliams:mainfrom
Conversation
…lity HA deprecated the object_id field in MQTT discovery payloads in favor of default_entity_id. This will stop working in Home Assistant Core 2026.4. Also bumped version to 0.3.0_sm to identify patched builds.
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.
HA 2026.4 deprecates object_id in MQTT discovery payloads
Home Assistant Core 2026.4 removes support for object_id in MQTT discovery in favor of default_entity_id. This one-line fix updates the field name to maintain compatibility. Reference: HA deprecation warning