v2.1.0
What’s changed
Renamed from "Elgato Key Light" to "Elgato Lights". When the library was originally created, there was just one Elgato Light product 😄
- Support for the Elgato Light Strip has been added.
- Light settings can now be queried.
- Reported features are now part of the Info returned.
- Add support for identifying a light (makes it blink).
- Added method to change the name of the device.
- Additional data validation has been added to the
light()
method.
✨ New features
📚 Documentation
⬆️ Dependency updates
- Bump flake8-bugbear from 21.3.1 to 21.3.2 @dependabot (#242)
- Bump pre-commit from 2.11.0 to 2.11.1 @dependabot (#244)
- Bump codecov/codecov-action from v1.2.1 to v1.2.2 @dependabot (#243)
- Bump flake8 from 3.8.4 to 3.9.0 @dependabot (#245)
- Bump pyupgrade from 2.10.0 to 2.10.1 @dependabot (#246)
- Bump codecov/codecov-action from v1.2.2 to v1.3.1 @dependabot (#247)
- Bump flake8-comprehensions from 3.3.1 to 3.4.0 @dependabot (#249)
- Bump flake8-docstrings from 1.5.0 to 1.6.0 @dependabot (#250)
- Bump pyupgrade from 2.10.1 to 2.11.0 @dependabot (#252)
- Bump isort from 5.7.0 to 5.8.0 @dependabot (#251)
- Bump pylint from 2.7.2 to 2.7.4 @dependabot (#253)
- Bump flake8-bugbear from 21.3.2 to 21.4.3 @dependabot (#254)
- Bump pytest from 6.2.2 to 6.2.3 @dependabot (#256)
- Bump darglint from 1.7.0 to 1.8.0 @dependabot (#255)
- Bump codecov/codecov-action from v1.3.1 to v1.3.2 @dependabot (#257)
- Bump actions/upload-artifact from v2.2.2 to v2.2.3 @dependabot (#258)
- Bump yamllint from 1.26.0 to 1.26.1 @dependabot (#261)
- Bump actions/download-artifact from v2.0.8 to v2.0.9 @dependabot (#259)
- Bump pre-commit from 2.11.1 to 2.12.0 @dependabot (#260)
- Bump pyupgrade from 2.11.0 to 2.12.0 @dependabot (#262)
- Update actions/cache requirement to v2.1.5 @dependabot (#264)
- Bump actions/setup-python from v2.2.1 to v2.2.2 @dependabot (#263)
- Bump poetry from 1.1.5 to 1.1.6 in /.github/workflows @dependabot (#265)
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#248)
- Bump flake8 from 3.9.0 to 3.9.1 @dependabot (#266)
- Bump codecov/codecov-action from v1.3.2 to v1.4.0 @dependabot (#268)
- Bump pytest-asyncio from 0.14.0 to 0.15.0 @dependabot (#267)
- Bump pre-commit from 2.12.0 to 2.12.1 @dependabot (#269)
- Bump codecov/codecov-action from v1.4.0 to v1.4.1 @dependabot (#270)
- Bump pyupgrade from 2.12.0 to 2.13.0 @dependabot (#271)
- Bump pytest-asyncio from 0.15.0 to 0.15.1 @dependabot (#272)
- Bump black from 20.8b1 to 21.4b0 @dependabot (#275)
- Bump pip from 21.0.1 to 21.1 in /.github/workflows @dependabot (#273)
- Bump pylint from 2.7.4 to 2.8.1 @dependabot (#274)
- Bump pylint from 2.8.1 to 2.8.2 @dependabot (#276)
- Bump black from 21.4b0 to 21.4b1 @dependabot (#277)
- Bump black from 21.4b1 to 21.4b2 @dependabot (#278)
- Add support for Light Strip, name changes, Idenfity and Settings @frenck (#280)