diff --git a/hassio/const.py b/hassio/const.py index 926e5d940..3901c5c57 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '0.101' +HASSIO_VERSION = '0.102' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json') diff --git a/hassio/host/asound.tmpl b/hassio/host/asound.tmpl index 248482a73..dc64186fd 100644 --- a/hassio/host/asound.tmpl +++ b/hassio/host/asound.tmpl @@ -6,12 +6,12 @@ pcm.!default { pcm.mic { type plug slave { - pcm "hw:{$input}" + pcm "hw:$input" } } pcm.speaker { type plug slave { - pcm "hw:{$output}" + pcm "hw:$output" } } diff --git a/version.json b/version.json index 4fc234272..a163d61a2 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "hassio": "0.101", + "hassio": "0.102", "homeassistant": "0.68.0", "resinos": "1.3", "resinhup": "0.3",