Raise and suppress stack trace when reloading yaml fails (#102410)
* Allow async_integration_yaml_config to raise * Docstr - split check * Implement as wrapper, return dataclass * Fix setup error handling * Fix reload test mock * Move log_messages to error handler * Remove unreachable code * Remove config test helper * Refactor and ensure notifications during setup * Remove redundat error, adjust tests notifications * Fix patch * Apply suggestions from code review Co-authored-by: Erik Montnemery <erik@montnemery.com> * Follow up comments * Add call_back decorator * Split long lines * Update exception abbreviations --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
852fb58ca8
commit
af71c2bb45
15 changed files with 954 additions and 195 deletions
|
@ -355,7 +355,7 @@ class EntityComponent(Generic[_EntityT]):
|
|||
|
||||
integration = await async_get_integration(self.hass, self.domain)
|
||||
|
||||
processed_conf = await conf_util.async_process_component_config(
|
||||
processed_conf = await conf_util.async_process_component_and_handle_errors(
|
||||
self.hass, conf, integration
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue