mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-08 18:39:33 +00:00
Stats percent (#1205)
* Fix stats and add Memory percent * Fix tasks * round percent
This commit is contained in:
@@ -141,6 +141,8 @@ def initialize_system_data(coresys: CoreSys):
|
||||
if bool(os.environ.get("SUPERVISOR_DEV", 0)):
|
||||
_LOGGER.warning("SUPERVISOR_DEV is set")
|
||||
coresys.updater.channel = CHANNEL_DEV
|
||||
coresys.config.logging = "debug"
|
||||
coresys.config.debug = True
|
||||
|
||||
|
||||
def migrate_system_env(coresys: CoreSys):
|
||||
|
||||
Reference in New Issue
Block a user