mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00

* Prompt user to remove application credentials when deleting config entries * Adjust assertions on intermediate state in config entry tests * Add a callback hook to modify config entry remove result * Improve test coverage and simplify implementation * Register remove callback per domain * Update homeassistant/components/application_credentials/__init__.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Fix tests to use new variable name including domain * Add websocket command to return application credentials for an integration * Remove unnecessary diff * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>