Loading codes/climate/3700.json 0 → 100644 +2500 −0 File added.Preview size limit exceeded, changes collapsed. Show changes 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
codes/climate/3700.json 0 → 100644 +2500 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
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