Downgrade logger for audio to debug (#1049)

This commit is contained in:
Pascal Vizeli 2019-04-23 11:29:45 +02:00 committed by GitHub
parent decf254e5f
commit 86a3735d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ class Hardware:
def audio_devices(self):
"""Return all available audio interfaces."""
if not ASOUND_CARDS.exists():
_LOGGER.info("No audio devices found")
_LOGGER.debug("No audio devices found")
return {}
try: