mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
debug++ for multiple volume controls (#14349)
Be less noisy for those who have more volume controls than one, mentioned in #13022.
This commit is contained in:
parent
2c566072f5
commit
0f3ec94fba
@ -151,8 +151,8 @@ class SongpalDevice(MediaPlayerDevice):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if len(volumes) > 1:
|
if len(volumes) > 1:
|
||||||
_LOGGER.warning("Got %s volume controls, using the first one",
|
_LOGGER.debug("Got %s volume controls, using the first one",
|
||||||
volumes)
|
volumes)
|
||||||
|
|
||||||
volume = volumes[0]
|
volume = volumes[0]
|
||||||
_LOGGER.debug("Current volume: %s", volume)
|
_LOGGER.debug("Current volume: %s", volume)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user