mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 04:19:03 +00:00
Fix wrong last boot (#1521)
* Protect overwrite last boot uptime * Fix naming * Fix lint
This commit is contained in:
@@ -342,3 +342,12 @@ class UpdateChannels(str, Enum):
|
||||
STABLE = "stable"
|
||||
BETA = "beta"
|
||||
DEV = "dev"
|
||||
|
||||
|
||||
class CoreStates(str, Enum):
|
||||
"""Represent current loading state."""
|
||||
|
||||
INITIALIZE = "initialize"
|
||||
STARTUP = "startup"
|
||||
RUNNING = "running"
|
||||
FREEZE = "freeze"
|
||||
|
||||
Reference in New Issue
Block a user