This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: andrewsayre/pysmartthings
Releases · andrewsayre/pysmartthings
Release v0.7.8
- added support for windowShadeLevel capability
- Updated python target versions
- Updated dependencies
Release v0.7.7
What's Changed
- Bump aiohttp from 3.6.2 to 3.7.4 by @dependabot in #50
- Update dependencies and remove old CI by @andrewsayre in #59
- Initial CI with GitHub Actions by @andrewsayre in #60
- Add pypi package workflow by @andrewsayre in #61
Full Changelog: 0.7.6...0.7.7
Release 0.7.6
- Add additional Power Consumption attributes (#47)
Release 0.7.5
- Remove tests from package
- Correct
gasMeter
capability - Update CI/CD config
Release 0.7.4
- Update dependencies
- Add constants for
gasMeter
- Update Install URL
Release 0.7.3
- Make all
device
attributes optional during deserialization
Release 0.7.2
- Add
tvChannel
capability (thanks @Alex-Klein) - Add wrapper methods for media devices (thanks @PiotrMachowski)
- Update interpretation of command responses
- Update dependencies
Release 0.7.1
- Black formatting
- Misc changes
Release 0.7.0
- Updated dependencies
- Convert
DeviceType
enum to string with constantsDEVICE_TYPE_OCF
,DEVICE_TYPE_DTH
,DEVICE_TYPE_UNKNOWN
,DEVICE_TYPE_ENDPOINT_APP
, andDEVICE_TYPE_VIPER
Release 0.6.9
- Add
VIPER
device type support - Add
APIResponseError
string representation function