mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
removed unnecessary log row
This commit is contained in:
parent
9ead39e703
commit
b681cf2eaa
@ -206,7 +206,6 @@ class SqueezeBoxDevice(MediaPlayerDevice):
|
|||||||
@property
|
@property
|
||||||
def is_volume_muted(self):
|
def is_volume_muted(self):
|
||||||
if 'mixer volume' in self._status:
|
if 'mixer volume' in self._status:
|
||||||
_LOGGER.info(self._status['mixer volume'])
|
|
||||||
return self._status['mixer volume'].startswith('-')
|
return self._status['mixer volume'].startswith('-')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user