diff --git a/homeassistant/components/tibber/sensor.py b/homeassistant/components/tibber/sensor.py index 939c6d1597d..d2ddd645907 100644 --- a/homeassistant/components/tibber/sensor.py +++ b/homeassistant/components/tibber/sensor.py @@ -157,8 +157,7 @@ class TibberSensorElPrice(TibberSensor): @Throttle(MIN_TIME_BETWEEN_UPDATES) async def _fetch_data(self): try: - await self._tibber_home.update_info() - await self._tibber_home.update_price_info() + await self._tibber_home.update_info_and_price_info() except (asyncio.TimeoutError, aiohttp.ClientError): return data = self._tibber_home.info["viewer"]["home"]