Stats percent (#1205)

* Fix stats and add Memory percent

* Fix tasks

* round percent
This commit is contained in:
Pascal Vizeli
2019-08-14 10:47:11 +02:00
committed by GitHub
parent b77c42384d
commit 41ce9913d2
10 changed files with 34 additions and 9 deletions

View File

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