From e8e599cb8c2da1f16763d9b1ac5b0563db188817 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 Jan 2018 10:51:41 +0100 Subject: [PATCH] Update updater.py --- hassio/updater.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hassio/updater.py b/hassio/updater.py index 3a9b3afb6..8a1c05d5f 100644 --- a/hassio/updater.py +++ b/hassio/updater.py @@ -59,7 +59,6 @@ class Updater(JsonConfig, CoreSysAttributes): def beta_channel(self, value): """Set beta upstream mode.""" self._data[ATTR_BETA_CHANNEL] = bool(value) - self.save() @AsyncThrottle(timedelta(seconds=60)) async def reload(self):