diff --git a/homeassistant/components/fan/__init__.py b/homeassistant/components/fan/__init__.py index 248e7d095d0..deda44b8798 100644 --- a/homeassistant/components/fan/__init__.py +++ b/homeassistant/components/fan/__init__.py @@ -623,7 +623,7 @@ class FanEntity(ToggleEntity): @property def supported_features(self) -> int: """Flag supported features.""" - return 0 + return self._attr_supported_features @property def preset_mode(self) -> str | None: