Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Missing Fan Speed Attribute #21

Open
edmcnicholas opened this issue May 8, 2020 · 1 comment
Open

Missing Fan Speed Attribute #21

edmcnicholas opened this issue May 8, 2020 · 1 comment

Comments

@edmcnicholas
Copy link

You are missing the fan speed attribute so the ui does not know current speed or at least that is the case with my testing. Add this code.

@property
def speed(self) -> str:
    """Return the current speed."""
    return self._attributes['current_speed']
@niemyjski
Copy link
Collaborator

PR #20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants