mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-16 14:30:26 +00:00
Cli rebrand (#1601)
* Rebrand CLI * forward * Fix startup command * add cli api * Add token handling * Fix security check * fix repair * fix lint * Update for new cli * Add watchdog * rename * use s6
This commit is contained in:
@@ -54,6 +54,17 @@ class HassOSNotSupportedError(HassioNotSupportedError):
|
||||
"""Function not supported by HassOS."""
|
||||
|
||||
|
||||
# HaCli
|
||||
|
||||
|
||||
class CliError(HassioError):
|
||||
"""HA cli exception."""
|
||||
|
||||
|
||||
class CliUpdateError(HassOSError):
|
||||
"""Error on update of a HA cli."""
|
||||
|
||||
|
||||
# DNS
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user