mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-12 12:30:36 +00:00
Time handling (#2901)
* Add new time handling * migrate date for python3.9 * add timedate * add tests & simplify it * better testing * use ssl * use hostname with new interface * expose to API * update data * add base handler * new timezone handling * improve handling * Improve handling * Add tests * Time adjustment function * Fix logging * tweak condition * don't adjust synchronized time * Guard * ignore UTC * small cleanup * like that, we can leaf it * add URL * add comment * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
@@ -352,6 +352,21 @@ class CodeNotaryBackendError(CodeNotaryError):
|
||||
"""CodeNotary backend error happening."""
|
||||
|
||||
|
||||
# util/whoami
|
||||
|
||||
|
||||
class WhoamiError(HassioError):
|
||||
"""Error while using whoami."""
|
||||
|
||||
|
||||
class WhoamiSSLError(WhoamiError):
|
||||
"""Error with the SSL certificate."""
|
||||
|
||||
|
||||
class WhoamiConnectivityError(WhoamiError):
|
||||
"""Connectivity errors while using whoami."""
|
||||
|
||||
|
||||
# docker/api
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user