From e83a9aace41cf30f6fbb26df1978d1c5cc8621a7 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Wed, 17 Oct 2018 10:53:05 +0200 Subject: [PATCH] Remove unnecessary call (#17514) --- homeassistant/components/media_player/volumio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/media_player/volumio.py b/homeassistant/components/media_player/volumio.py index 686bfe17a4c..373d3c380fc 100644 --- a/homeassistant/components/media_player/volumio.py +++ b/homeassistant/components/media_player/volumio.py @@ -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