Loading custom_components/smartir/fan.py +2 −2 Original line number Diff line number Diff line Loading @@ -181,8 +181,8 @@ class SmartIRFan(FanEntity, RestoreEntity): return self._oscillating @property def direction(self): """Return the oscillation state.""" def current_direction(self): """Return the direction state.""" return self._direction @property Loading Loading
custom_components/smartir/fan.py +2 −2 Original line number Diff line number Diff line Loading @@ -181,8 +181,8 @@ class SmartIRFan(FanEntity, RestoreEntity): return self._oscillating @property def direction(self): """Return the oscillation state.""" def current_direction(self): """Return the direction state.""" return self._direction @property Loading