home-assistant: 0.96.2 -> 0.99.2

This commit is contained in:
Peter Hoeg
2019-09-25 08:07:30 +08:00
parent d484f2b7fc
commit 892fff48fd
3 changed files with 32 additions and 11 deletions
@@ -33,7 +33,9 @@ PKG_SET = 'python3Packages'
# the following can be used to choose one of them
PKG_PREFERENCES = {
# Use python3Packages.youtube-dl-light instead of python3Packages.youtube-dl
'youtube-dl': 'youtube-dl-light'
'youtube-dl': 'youtube-dl-light',
'tensorflow-bin': 'tensorflow',
'tensorflowWithoutCuda': 'tensorflow'
}
def get_version():