Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: home-assistant-matter-hub duplicated entities #2730

Merged
merged 4 commits into from
Dec 8, 2024

Conversation

danielbrunt57
Copy link
Collaborator

Force "TestVendor" in the is_local check to return False since the entities discovered by Echo devices via Matter discovery are duplicates of already existing HA entities.

Fixes issue #2709

danielbrunt57 and others added 2 commits December 6, 2024 14:11
Return is_local False for appliance.get("manufacturerName") == "TestVendor"
@danielbrunt57
Copy link
Collaborator Author

danielbrunt57 commented Dec 6, 2024

@t0bst4r is fixing his manufacturerName so that it's t0bst4r rather than TestVendor.

@t0bst4r forgot to set the vendor details for every device rather than just setting it for the bridge.  New version will be released  tomorrow with `t0bst4r` instead of `TestVendor`.
@danielbrunt57
Copy link
Collaborator Author

FYI, this code change with Home-Assistant-Matter-Hub 3.0.0-alpha.52 is working as intended and preventing duplication of entities.

@alandtse alandtse merged commit d63113e into alandtse:dev Dec 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants