mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 10:17:26 -05:00
Remove unnecessary call (#17514)
This commit is contained in:
@@ -90,7 +90,6 @@ class Volumio(MediaPlayerDevice):
|
||||
self._url = '{}:{}'.format(host, str(port))
|
||||
self._name = name
|
||||
self._state = {}
|
||||
self.async_update()
|
||||
self._lastvol = self._state.get('volume', 0)
|
||||
self._playlists = []
|
||||
self._currentplaylist = None
|
||||
|
||||
Reference in New Issue
Block a user