mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 02:35:27 -05:00
* Add entity registry helper to migrate entity to new platform * Add additional assertion * Add more properties to migration logic * Change logic after thinking about erik's comments * Require new_config_entry_id if entry.config_entry_id is not None * Create private async_update_entity function that all update functions use * Don't have special handling for entity ID missing in async_update_entity_platform * fix docstring