Commit eeb3c10d authored by Vassilis Panos's avatar Vassilis Panos
Browse files

Merge branch 'master' of https://github.com/smartHomeHub/SmartIR

parents 67581994 b9072964
Loading
Loading
Loading
Loading
+2500 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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