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

Improve Yeelight support (expose more properties, add support for secondary lights) #1035

Merged
merged 15 commits into from
May 16, 2021
Merged
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ max-line-length = 88
select = C,E,F,W,B,SIM,T
# the line lengths are enforced by black and docformatter
# therefore we ignore E501 and B950 here
ignore = E501,B950,W503,E203
# SIM119 - are irrelevant as we still support python 3.6 series
ignore = E501,B950,W503,E203,SIM119
Loading