Skip to content

Commit

Permalink
Determine white channels and white to color ratio from bulb config
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 9, 2022
1 parent 772566f commit b788440
Show file tree
Hide file tree
Showing 19 changed files with 404 additions and 207 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ source = pywizlight

omit =
pywizlight/tests/*
pywizlight/_version.py
pywizlight/cli.py
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: 3.8

- name: Install Python dependencies
run: pip install black flake8 mypy pytest pytest-cov -e .
run: pip install black flake8 mypy pytest pytest-cov pytest-asyncio -e .

- name: Run linters
uses: samuelmeuli/lint-action@v1
Expand Down
Loading

0 comments on commit b788440

Please sign in to comment.