diff --git a/homeassistant/components/sensor/tibber.py b/homeassistant/components/sensor/tibber.py index 8c8ffdfd954..435003f76d0 100644 --- a/homeassistant/components/sensor/tibber.py +++ b/homeassistant/components/sensor/tibber.py @@ -61,7 +61,8 @@ class TibberSensor(Entity): self._state = None self._device_state_attributes = {} self._unit_of_measurement = self._tibber_home.price_unit - self._name = 'Electricity price {}'.format(tibber_home.address1) + self._name = 'Electricity price {}'.format(tibber_home.info['viewer'] + ['home']['appNickname']) async def async_update(self): """Get the latest data and updates the states."""