mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Remove unnecessary call (#17514)
This commit is contained in:
parent
1e4463957d
commit
e83a9aace4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user