Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fan direction #3547

Merged
merged 3 commits into from Aug 31, 2019
Merged

Update fan direction #3547

merged 3 commits into from Aug 31, 2019

Conversation

iantrich
Copy link
Member

Fixes #3532

return stateObj.attributes.direction === "reverse";
computeIsRotatingReverse(stateObj) {
return (
stateObj.attributes.direction === "reverse" ||
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's only direction There is however a bug and it never ends up in the states to begin with. Fixing it now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iantrich iantrich changed the title Handle current_direction in more-info-fan Update fan direction Aug 30, 2019
@balloob balloob merged commit a7fdbc0 into home-assistant:dev Aug 31, 2019
@balloob balloob mentioned this pull request Sep 2, 2019
@iantrich iantrich deleted the fan-direction branch October 30, 2019 03:20
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fan card not displaying direction
3 participants