nguyer / homeassistant-bond-home

38 stars 15 forks source link

Missing Fan Speed Attribute #21

Open edmcnicholas opened 4 years ago

edmcnicholas commented 4 years ago

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 commented 4 years ago

PR #20