diff --git a/hassio/homeassistant.py b/hassio/homeassistant.py index 90ab43d6c..3e7037614 100644 --- a/hassio/homeassistant.py +++ b/hassio/homeassistant.py @@ -95,7 +95,7 @@ class HomeAssistant(JsonConfig): def watchdog(self, value): """Return True if the watchdog should protect Home-Assistant.""" self._data[ATTR_WATCHDOG] = value - self._data.save() + self.save() @property def version(self):