mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-23 03:48:57 +00:00
Update homeassistant.py (#215)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user