mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-08-27 01:49:21 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d46810752e | ||
![]() |
3d10b502a0 | ||
![]() |
433c5cef3b | ||
![]() |
697caf553a |
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
from pathlib import Path
|
||||
from ipaddress import ip_network
|
||||
|
||||
HASSIO_VERSION = '0.92'
|
||||
HASSIO_VERSION = '0.93'
|
||||
|
||||
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
|
||||
'hassio/{}/version.json')
|
||||
|
@@ -294,7 +294,8 @@ class SnapshotManager(CoreSysAttributes):
|
||||
await self.lock.acquire()
|
||||
|
||||
async with snapshot:
|
||||
if FOLDER_HOMEASSISTANT in folders:
|
||||
# Stop Home-Assistant if they will be restored later
|
||||
if homeassistant and FOLDER_HOMEASSISTANT in folders:
|
||||
await self._homeassistant.stop()
|
||||
|
||||
# Process folders
|
||||
|
Submodule home-assistant-polymer updated: 0ffb31999e...5f5ac3834d
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"hassio": "0.92",
|
||||
"hassio": "0.93",
|
||||
"homeassistant": "0.63.3",
|
||||
"resinos": "1.1",
|
||||
"resinhup": "0.3",
|
||||
|
Reference in New Issue
Block a user