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.
Breaking change
N/A - This is a new integration with no breaking changes.
Proposed change
See: https://github.com/orgs/home-assistant/discussions/147
Add new
entity_migrationintegration that scans Home Assistantconfigurations to find all references to a given entity. This enables
administrators to understand where an entity is used before removing
or replacing it.
Key components:
and Lovelace dashboards for entity references
The scanner searches across:
Architecture follows Home Assistant patterns:
This is the foundation for a planned migration feature which will add
the capability to replace entity references across all configurations.
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests:
reated-desc+review%3Anone+-status%3Afailure
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.