forked from home-assistant/core
removed unnecessary log row
This commit is contained in:
@@ -206,7 +206,6 @@ class SqueezeBoxDevice(MediaPlayerDevice):
|
||||
@property
|
||||
def is_volume_muted(self):
|
||||
if 'mixer volume' in self._status:
|
||||
_LOGGER.info(self._status['mixer volume'])
|
||||
return self._status['mixer volume'].startswith('-')
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user