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

Add dmaker.fan.p5 support #513

Merged
merged 7 commits into from
Jun 2, 2019

Conversation

syssi
Copy link
Collaborator

@syssi syssi commented Jun 2, 2019

Fixes #510

from miio.fan import (MoveDirection, LedBrightness, FanStatus, FanException,
MODEL_FAN_V2, MODEL_FAN_V3, MODEL_FAN_SA1)
from miio import Fan, FanP5
from miio.fan import (MoveDirection, LedBrightness, OperationMode, FanStatus, FanStatusP5, FanException,

Choose a reason for hiding this comment

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

line too long (104 > 100 characters)

@@ -19,7 +19,7 @@
MODEL_CHUANGMI_PLUG_M1, MODEL_CHUANGMI_PLUG_M3,
MODEL_CHUANGMI_PLUG_HMI205, )

from .fan import (MODEL_FAN_V2, MODEL_FAN_V3, MODEL_FAN_SA1, MODEL_FAN_ZA1, MODEL_FAN_ZA4, )
from .fan import (MODEL_FAN_V2, MODEL_FAN_V3, MODEL_FAN_SA1, MODEL_FAN_ZA1, MODEL_FAN_ZA4, MODEL_FAN_P5, )

Choose a reason for hiding this comment

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

line too long (106 > 100 characters)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 72.222% when pulling a1dd4e3 on syssi:feature/dmaker-fan-p5-support into 7d3d54d on rytilahti:master.

@coveralls
Copy link

coveralls commented Jun 2, 2019

Coverage Status

Coverage increased (+0.6%) to 72.218% when pulling 0f76c50 on syssi:feature/dmaker-fan-p5-support into 7d3d54d on rytilahti:master.

@syssi syssi merged commit b1cb9b3 into rytilahti:master Jun 2, 2019
@sjtuross
Copy link

sjtuross commented Aug 9, 2019

When can we expect the next release?

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

Successfully merging this pull request may close these issues.

Support device model dmaker.fan.p5
4 participants