diff --git a/homeassistant/components/shelly/__init__.py b/homeassistant/components/shelly/__init__.py index d4423dc3a88..ccb52127525 100644 --- a/homeassistant/components/shelly/__init__.py +++ b/homeassistant/components/shelly/__init__.py @@ -108,6 +108,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry): "Setup for device %s will resume when device is online", entry.title ) device.subscribe_updates(_async_device_online) + await device.coap_request("s") else: # Restore sensors for sleeping device _LOGGER.debug("Setting up offline device %s", entry.title)