mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
Update homeassistant.py (#215)
This commit is contained in:
parent
fe04b7ec59
commit
68566ee9e1
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user