Commit Graph

468 Commits

Author SHA1 Message Date
dependabot[bot]
d7d1361864
Bump types-protobuf from 4.21.0.5 to 4.21.0.6 (#385)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 07:44:59 +13:00
github-actions[bot]
81c35d3505 Bump version to 13.3.1 2023-02-13 01:13:17 +00:00
J. Nick Koston
0656b65ca1
Ensure we hold strong references to tasks (#382) 2023-02-13 14:11:58 +13:00
J. Nick Koston
f99db3577c
Remove useless on_msg function in subscribe_logs (#380) 2023-02-13 11:42:14 +13:00
dependabot[bot]
e4cfef5cd4
Bump actions/cache from 3.2.4 to 3.2.5 (#381)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 11:41:41 +13:00
github-actions[bot]
19778773f7 Bump version to 13.3.0 2023-02-12 22:41:35 +00:00
Alexander Momchilov
c62a0eff3b
Add supports_stop to CoverInfo (#276)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-13 11:41:21 +13:00
github-actions[bot]
1af3c0ae1a Bump version to 13.2.0 2023-02-08 23:11:47 +00:00
dependabot[bot]
72ff25a6ea
Bump types-protobuf from 4.21.0.2 to 4.21.0.5 (#378)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 12:10:14 +13:00
dependabot[bot]
e528cabbcc
Bump isort from 5.11.4 to 5.12.0 (#366)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 12:09:46 +13:00
dependabot[bot]
cd142a1fc6
Bump black from 22.12.0 to 23.1.0 (#371)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-09 12:08:24 +13:00
Jesse Hills
0d53c0d49d
Update vscode files (#379) 2023-02-09 12:07:36 +13:00
dependabot[bot]
422f25f776
Bump pylint from 2.15.10 to 2.16.1 (#374)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-09 12:03:38 +13:00
dependabot[bot]
6d2d069c72
Bump mypy from 0.991 to 1.0.0 (#376)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 11:55:42 +13:00
dependabot[bot]
0b9b12ddf9
Bump actions/cache from 3.2.3 to 3.2.4 (#370)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 11:53:26 +13:00
dependabot[bot]
c8b72a47c1
Bump docker/build-push-action from 3.2.0 to 4.0.0 (#368)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 11:53:05 +13:00
dependabot[bot]
860af570da
Bump docker/setup-buildx-action from 2.2.1 to 2.4.1 (#377)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 11:51:40 +13:00
github-actions[bot]
5d06e2e587 Bump version to 13.1.1 2023-02-08 22:50:58 +00:00
Michael Muré
79190d02bd
climate: add support for quiet fan mode (#232)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-09 11:50:38 +13:00
github-actions[bot]
4dd6358573 Bump version to 13.1.0 2023-01-15 23:10:21 +00:00
Jesse Hills
acf594d4c7
Add friendly_name to device info api (#362) 2023-01-16 12:10:04 +13:00
dependabot[bot]
1e4678eaf2
Bump actions/cache from 3.0.11 to 3.2.3 (#360) 2023-01-11 15:29:08 -10:00
dependabot[bot]
acfe9faadd
Update mock requirement from <5,>=4.0.3 to >=4.0.3,<6 (#351) 2023-01-11 15:28:51 -10:00
dependabot[bot]
57733e6a0e
Bump isort from 5.11.2 to 5.11.4 (#347) 2023-01-11 15:28:26 -10:00
github-actions[bot]
66e8de568f Bump version to 13.0.5 2023-01-12 01:24:02 +00:00
dependabot[bot]
0b30cece38
Bump pylint from 2.15.8 to 2.15.10 (#361) 2023-01-11 15:23:44 -10:00
J. Nick Koston
a83838d025
Fix Invalid protobuf message: expected bytes, bytearray found and add coverage (#359) 2023-01-07 14:24:24 -10:00
github-actions[bot]
14a9ffc26b Bump version to 13.0.4 2023-01-08 00:16:47 +00:00
J. Nick Koston
025376852b
Clear on_stop after calling instead of using a separate _on_stop_called bool (#357) 2023-01-07 14:16:34 -10:00
J. Nick Koston
284b767d8d
Refactor cleanup to be a normal function (#355) 2023-01-06 21:42:39 -05:00
J. Nick Koston
2886d361f0
Simplify connection flow with an asyncio.Protocol (#352) 2023-01-05 23:24:10 -05:00
J. Nick Koston
049dc8bb56
Speed up parsing/conversion of BluetoothLEAdvertisement (#353) 2023-01-05 21:23:40 -05:00
J. Nick Koston
15edff86a3
Log the packet type when we get an invalid protobuf message (#343) 2023-01-03 17:40:17 -05:00
J. Nick Koston
a3e3cec26e
Add decoder tests (#344) 2023-01-03 17:39:50 -05:00
dependabot[bot]
f71f6e31be
Bump pylint from 2.15.7 to 2.15.8 (#335)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:24:43 -10:00
dependabot[bot]
8859c402c5
Bump isort from 5.10.1 to 5.11.2 (#342)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:24:30 -10:00
dependabot[bot]
2edbc0fb2f
Bump types-protobuf from 4.21.0.1 to 4.21.0.2 (#336)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:21:45 -10:00
github-actions[bot]
052cc28f2e Bump version to 13.0.3 2022-12-14 03:21:36 +00:00
dependabot[bot]
0f7673c8a5
Bump black from 22.10.0 to 22.12.0 (#338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:21:18 -10:00
J. Nick Koston
b34664e44c
Fix failure to reconnect when the process task raises an exception during decoding a protobuf message (#339) 2022-12-13 10:31:12 -10:00
github-actions[bot]
4599e75e9d Bump version to 13.0.2 2022-12-13 06:18:52 +00:00
Alex Yao
3e99cd3177
Only start task if existing one is done (#337) 2022-12-12 20:18:35 -10:00
J. Nick Koston
6d4b9df969
Small speed up to parsing LE advertisement data (#330) 2022-12-04 17:21:19 -05:00
J. Nick Koston
9d9d19a2c1
Fix leak if send_message_callback_response raises (#334) 2022-12-04 17:20:12 -05:00
github-actions[bot]
96c1523eb6 Bump version to 13.0.1 2022-12-04 22:18:52 +00:00
J. Nick Koston
e588e84e17
Handle socket reset errors while reading (#333) 2022-12-04 17:18:38 -05:00
github-actions[bot]
f794984a1b Bump version to 13.0.0 2022-12-02 19:51:36 +00:00
J. Nick Koston
577868a84c
Add method to cancel bluetooth_gatt_start_notify upon ble device disconnect (#329) 2022-12-02 09:51:03 -10:00
J. Nick Koston
de5cdfa230
Callback messages to listeners by type (#328) 2022-12-02 09:36:58 -10:00
github-actions[bot]
056b9a3b79 Bump version to 12.2.2 2022-12-02 19:12:42 +00:00