Skip to content

Commit b788440

Browse files
committed
Determine white channels and white to color ratio from bulb config
1 parent 772566f commit b788440

19 files changed

+404
-207
lines changed

.coveragerc

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source = pywizlight
33

44
omit =
55
pywizlight/tests/*
6+
pywizlight/_version.py
7+
pywizlight/cli.py

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: 3.8
2828

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

3232
- name: Run linters
3333
uses: samuelmeuli/lint-action@v1

0 commit comments

Comments
 (0)