1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
This commit is contained in:
Pascal Vizeli
2017-07-11 22:38:07 +02:00
parent 40e8f411ff
commit ebf4daf4cc
5 changed files with 13 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ class Snapshot(object):
self.homeassistant_devices = homeassistant.devices
# custom image
if self.homeassistant.is_custom_image:
if homeassistant.is_custom_image:
self.homeassistant_image = homeassistant.image
def restore_homeassistant(self, homeassistant):