diff --git a/supervisor/mounts/mount.py b/supervisor/mounts/mount.py index 3ed4ec250..c6d1535e8 100644 --- a/supervisor/mounts/mount.py +++ b/supervisor/mounts/mount.py @@ -249,7 +249,7 @@ class Mount(CoreSysAttributes, ABC): DBUS_ATTR_ACTIVE_STATE ].value - except asyncio.TimeoutError: + except TimeoutError: _LOGGER.warning( "Mount %s still in state %s after waiting for 30 seconds to complete", self.name,