diff --git a/homeassistant/components/shelly/__init__.py b/homeassistant/components/shelly/__init__.py index ebc3d287e5e..8c83d9ee6e9 100644 --- a/homeassistant/components/shelly/__init__.py +++ b/homeassistant/components/shelly/__init__.py @@ -69,7 +69,7 @@ class ShellyDeviceWrapper(update_coordinator.DataUpdateCoordinator): super().__init__( hass, _LOGGER, - name=device.settings["name"] or entry.title, + name=device.settings["name"] or device.settings["device"]["hostname"], update_interval=timedelta(seconds=5), ) self.hass = hass