Merged
Conversation
added 2 commits
January 27, 2026 21:38
- Add migration guide: homeassistant/matter-migration.md - Document migration from t0bst4r/home-assistant-matter-hub to Luligu/matterbridge - Add EOL warning to README.md for Matter Hub service - Upstream project end-of-maintenance since January 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR titled "Fix/readme conflict" deletes the entire Matter migration guide document (homeassistant/matter-migration.md), removing 274 lines of documentation that detailed the migration process from home-assistant-matter-hub to Matterbridge.
Changes:
- Complete removal of the Matter migration guide documentation file
Comments suppressed due to low confidence (3)
homeassistant/matter-migration.md:1
- This deletion creates a broken link in README.md. Line 24 of README.md references this file:
[Migration to Matterbridge planned](./homeassistant/matter-migration.md). If this file is being deleted, the README.md should be updated in the same PR to either remove the reference or update it to point to the correct location.
homeassistant/matter-migration.md:1 - The complete deletion of this migration guide appears to be inconsistent with the current state of the codebase. The docker-compose.yml file (homeassistant/docker-compose.yml:26-35) still contains the
matter-hubservice configuration, suggesting the migration to Matterbridge has not been completed. If this PR is resolving a merge conflict, consider whether the file should be kept (accepting one side of the conflict) rather than deleted entirely, or if the migration has been completed, ensure all related configurations are updated accordingly.
homeassistant/matter-migration.md:1 - In the previous version of this documentation, the Docker Compose example used the third-party image
luligu/matterbridge:latest, which pulls code from an external registry using a mutablelatesttag. If the upstream image or registry is compromised, any redeploy or image pull could run attacker-controlled code in a container with access to your Home Assistant environment and secrets. This PR removes that guidance; when reintroducing deployment docs, pin images to specific, trusted versions or immutable digests instead oflatestto reduce supply chain risk.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.