Releases: jfroy/aiobafi6
Releases · jfroy/aiobafi6
0.9.0
What's Changed
- Bump zeroconf from 0.63.0 to 0.64.1 by @dependabot in #52
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #54
- Bump protobuf from 4.23.2 to 4.23.3 by @dependabot in #56
- Bump zeroconf from 0.64.1 to 0.69.0 by @dependabot in #55
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #57
- Update python target to >=3.10 by @jfroy in #59
- Bump poethepoet from 0.20.0 to 0.21.1 by @dependabot in #64
- Bump protobuf from 4.23.3 to 4.23.4 by @dependabot in #62
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #66
- Bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in #65
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #67
- Bump protobuf from 4.23.4 to 4.24.0 by @dependabot in #70
- Bump poethepoet from 0.21.1 to 0.22.0 by @dependabot in #69
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #68
- Bump protobuf from 4.24.0 to 4.24.1 by @dependabot in #71
- Detect service and device UUID mismatches by @jfroy in #72
New Contributors
Full Changelog: 0.8.2...0.9.0
0.8.2
What's Changed
- Fix assertion raised in
_sched_connect_or_signal_run_fut()
- Add
delay_between_connects_seconds
parameter toDevice
init
Dependencies
- Bump zeroconf from 0.47.3 to 0.47.4 by @dependabot in #29
- Bump pytest-asyncio from 0.20.3 to 0.21.0 by @dependabot in #30
- Bump pylint from 2.17.0 to 2.17.1 by @dependabot in #32
- Bump poethepoet from 0.18.1 to 0.19.0 by @dependabot in #31
- Bump pylint from 2.17.1 to 2.17.3 by @dependabot in #40
- Bump black from 23.1.0 to 23.3.0 by @dependabot in #35
- Bump pytest from 7.2.2 to 7.3.1 by @dependabot in #38
- Bump protobuf from 4.22.1 to 4.22.3 by @dependabot in #39
- Bump zeroconf from 0.47.4 to 0.60.0 by @dependabot in #43
- Bump poethepoet from 0.19.0 to 0.20.0 by @dependabot in #47
- Bump pylint from 2.17.3 to 2.17.4 by @dependabot in #44
- Bump zeroconf from 0.60.0 to 0.62.0 by @dependabot in #46
- Bump protobuf from 4.22.3 to 4.23.1 by @dependabot in #48
- Bump protobuf from 4.23.1 to 4.23.2 by @dependabot in #50
- Bump zeroconf from 0.62.0 to 0.63.0 by @dependabot in #49
Full Changelog: 0.8.1...0.8.2
0.8.1
0.8.0
What's Changed
Features
- aiobafi6 now suppresses client callbacks after receiving device query results when no property value has changed.
- aiobafi6 now by-default ignores some volatile properties when determining if property values have changed after receiving device query results.
Chores
- Update poethepoet requirement from ^0.13.1 to ^0.16.5 by @dependabot in #7
- Update flake8 requirement from ^4.0.1 to ^6.0.0 by @dependabot in #6
- Update pytest-asyncio requirement from ^0.18 to ^0.20 by @dependabot in #8
- Bump poethepoet from 0.16.5 to 0.17.0 by @dependabot in #15
- Bump isort from 5.10.1 to 5.11.4 by @dependabot in #16
- Bump pylint from 2.15.8 to 2.15.9 by @dependabot in #10
- Bump protobuf from 4.21.11 to 4.21.12 by @dependabot in #13
- Bump zeroconf from 0.39.4 to 0.47.1 by @dependabot in #17
- Bump pylint from 2.15.9 to 2.17.0 by @dependabot in #28
- Bump pytest from 7.2.0 to 7.2.2 by @dependabot in #27
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #23
- Bump isort from 5.11.4 to 5.12.0 by @dependabot in #22
- Bump poethepoet from 0.17.0 to 0.18.1 by @dependabot in #20
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: 0.7.3...0.8.0
0.7.3
- Unpin protobuf for Home Assistant.
Full Changelog: 0.7.2...0.7.3
0.7.2
- Pin protobuf~3.20 for home assistant.
Full Changelog: 0.7.1...0.7.2
0.7.1
- Unpin protobuf and zeroconf
Full Changelog: 0.7.0...0.7.1
0.7.0
- Add support for occupancy (with firmware 3.1.0 and
api_version >= 5
). - Add
api_version
property onDevice
. - Remove unknown fields from the
Stats
proto message. - cmd: Print unknown fields in
Stats
andCapabilities
in direct mode.
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.0
- Add a new property on
Device
to distinguish products that do not support auto comfort. home-assistant/core#72934
Full Changelog: 0.4.0...0.5.0