Releases: sblibs/pySwitchbot
Releases · sblibs/pySwitchbot
2.2.0
What's Changed
- refactor: replace model-default override boilerplate with
_modelclassvar by @bdraco in #476 - Add Weather Station device support by @fankai777 in #460
- Add support for Candle Warmer Lamp by @XiaoLing-git in #454
- Add support for Rgbic Neon Rope Light by @XiaoLing-git in #452
- Add SwitchBot Standing Fan (FAN2) support by @fankai777 in #459
- Add Permanent Outdoor Light support by @fankai777 in #464
- Add quietdrift (quiet mode) support for roller shades by @sjafferali in #456
New Contributors
- @XiaoLing-git made their first contribution in #454
- @sjafferali made their first contribution in #456
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.1
2.0.0
What's Changed
Breaking changes
remove the models
AIR_PURIFIER = "Air Purifier"
AIR_PURIFIER_TABLE = "Air Purifier Table"
add models
AIR_PURIFIER_US = "Air Purifier US"
AIR_PURIFIER_JP = "Air Purifier JP"
AIR_PURIFIER_TABLE_US = "Air Purifier Table US"
AIR_PURIFIER_TABLE_JP = "Air Purifier Table JP"
Full Changelog: 1.1.0...2.0.0
1.1.0
What's Changed
- Add support for lock vista (pro) and lock pro wifi by @fankai777 in #445
New Contributors
- @fankai777 made their first contribution in #445
Full Changelog: 1.0.0...1.1.0
1.0.0
0.76.0
0.75.0
What's Changed
- Switch from loop.get_event_loop to loop.get_running_loop by @bdraco in #429
- Add Python 3.14 to the CI by @bdraco in #412
- Add support for art frame by @zerzhang in #428
- feat(presence sensor): add duration parsing and fix lightLevel mask by @hnw in #426
New Contributors
Full Changelog: 0.74.0...0.75.0