mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-14 13:30:51 +00:00
Check management (#2703)
* Check management * Add test * Don't allow disable core_security * options and decorator * streamline config handling * streamline v2 * fix logging * Add tests * Fix test * cleanup v1 * fix api * Add more test * Expose option also for cli * address comments from Paulus * Address second comment * Update supervisor/resolution/checks/base.py Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * fix lint * Fix black Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -355,6 +355,10 @@ class ResolutionError(HassioError):
|
||||
"""Raise if an error is happning on resoltuion."""
|
||||
|
||||
|
||||
class ResolutionCheckError(ResolutionError):
|
||||
"""Raise when there are an issue managing checks."""
|
||||
|
||||
|
||||
class ResolutionNotFound(ResolutionError):
|
||||
"""Raise if suggestion/issue was not found."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user