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:
Pascal Vizeli
2020-03-27 17:37:48 +01:00
committed by GitHub
parent 24f7801ddc
commit 96c0fbaf10
29 changed files with 536 additions and 403 deletions

View File

@@ -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