mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 05:06:30 +00:00
fix db
This commit is contained in:
parent
5becd51b50
commit
a41912be0a
@ -48,7 +48,7 @@ class AlsaAudio(CoreSysAttributes):
|
|||||||
|
|
||||||
# Init database
|
# Init database
|
||||||
_LOGGER.info("Update ALSA device list")
|
_LOGGER.info("Update ALSA device list")
|
||||||
#database = self._audio_database()
|
database = self._audio_database()
|
||||||
|
|
||||||
# Process devices
|
# Process devices
|
||||||
for dev_id, dev_data in self._hardware.audio_devices.items():
|
for dev_id, dev_data in self._hardware.audio_devices.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user