mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 09:06: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):
|
def watchdog(self, value):
|
||||||
"""Return True if the watchdog should protect Home-Assistant."""
|
"""Return True if the watchdog should protect Home-Assistant."""
|
||||||
self._data[ATTR_WATCHDOG] = value
|
self._data[ATTR_WATCHDOG] = value
|
||||||
self._data.save()
|
self.save()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self):
|
def version(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user