Commit Graph

346 Commits

Author SHA1 Message Date
Jesse Hills a354f9b41c
Bump min python to 3.9 (#265) 2022-09-30 10:57:41 +13:00
Jesse Hills c5779b3e17
Change BLE advertisement data to bytes (#262) 2022-09-30 09:12:49 +13:00
github-actions[bot] abf59f2d9d Bump version to 10.15.0 2022-09-29 18:25:50 +00:00
Jesse Hills 45d727cc03
A few fixes for BLE GATT (#261) 2022-09-30 07:25:18 +13:00
Paulus Schoutsen dcd8d2af9a
Bump version 10.14.0 2022-09-28 13:02:30 -04:00
github-actions[bot] 37c44af013 Bump version to 10.13.1 2022-09-28 16:56:25 +00:00
Paulus Schoutsen 59ac71f662
Version bump 10.14.0 2022-09-28 12:56:09 -04:00
Jesse Hills 6a82766553
Add Bluetooth GATT calls (#259) 2022-09-28 12:50:37 -04:00
dependabot[bot] 0e1ae31667
Bump pylint from 2.15.0 to 2.15.3 (#257)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 22:22:30 +13:00
dependabot[bot] 28badd9411
Bump mypy from 0.971 to 0.981 (#260)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 22:22:00 +13:00
Morton Jonuschat ab0c82bc04
Add async-timeout to requirements.txt (#255) 2022-09-28 22:16:49 +13:00
dependabot[bot] 56c7fa35fd
Bump pylint from 2.14.5 to 2.15.0 (#250)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:07:29 +12:00
dependabot[bot] cbe2b2174a
Bump types-protobuf from 3.19.22 to 3.20.1 (#249)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:04:20 +12:00
dependabot[bot] 0128f7cbd7
Bump actions/cache from 3.0.7 to 3.0.8 (#248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:04:01 +12:00
github-actions[bot] d6fe3d7e1d Bump version to 10.13.1 2022-09-06 02:03:47 +00:00
dependabot[bot] b55f522b8e
Bump black from 22.6.0 to 22.8.0 (#251)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:03:29 +12:00
github-actions[bot] ece46101d2 Bump version to 10.13.0 2022-08-22 03:50:58 +00:00
Jesse Hills 4426a94638
Add `has_bluetooth_proxy` flag to device info (#247) 2022-08-22 15:50:43 +12:00
dependabot[bot] 08e187018f
Bump flake8 from 4.0.1 to 5.0.4 (#241)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:31:52 +12:00
dependabot[bot] d8cf231abd
Bump mypy from 0.961 to 0.971 (#237)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:31:15 +12:00
dependabot[bot] e61c49e1a0
Bump pylint from 2.14.4 to 2.14.5 (#236)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:29:40 +12:00
dependabot[bot] 8dc64151c5
Bump docker/build-push-action from 3.0.0 to 3.1.1 (#244)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:29:17 +12:00
dependabot[bot] b9b88b0787
Bump actions/cache from 3.0.4 to 3.0.7 (#245)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:28:48 +12:00
github-actions[bot] 3f5075eb7b Bump version to 10.12.0 2022-08-22 03:28:04 +00:00
Jesse Hills 1273d689f1
Implement Bluetooth LE advertisement receiving (#246) 2022-08-22 15:27:46 +12:00
github-actions[bot] f6ec38cb19 Bump version to 10.11.1 2022-08-22 03:27:08 +00:00
J. Nick Koston 1ffe252f6f
Change out asyncio.wait_for with async_timeout (#243) 2022-08-22 15:26:53 +12:00
github-actions[bot] 88749ad2cd Bump version to 10.11.0 2022-07-06 23:45:43 +00:00
Peter Galantha 7dc2a0d072
state class TOTAL added (#229) 2022-07-07 11:41:22 +12:00
Suryandaru Triandana 5831eb5f2a
Increase ListEntitiesRequest timeout to 30 seconds (#234) 2022-07-07 11:39:01 +12:00
dependabot[bot] b5a85fbed4
Bump pylint from 2.14.3 to 2.14.4 (#231)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.14.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 12:07:55 +02:00
dependabot[bot] 7312c43410
Bump black from 22.3.0 to 22.6.0 (#230)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 21:23:50 +02:00
dependabot[bot] f974a64e6e
Bump types-protobuf from 3.19.21 to 3.19.22 (#227)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 17:48:38 +02:00
dependabot[bot] 3b8749b00c
Bump pylint from 2.14.2 to 2.14.3 (#228)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 17:42:53 +02:00
dependabot[bot] e7d1f32b11
Bump pylint from 2.14.1 to 2.14.2 (#226)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.1...v2.14.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 12:46:07 +02:00
dependabot[bot] ad2d3cae10
Bump actions/setup-python from 3 to 4 (#225)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 15:00:22 +02:00
dependabot[bot] 8440ef4d2f
Bump actions/cache from 3.0.3 to 3.0.4 (#224)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 15:00:06 +02:00
dependabot[bot] 52b385a561
Bump mypy from 0.960 to 0.961 (#223)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 15:00:00 +02:00
dependabot[bot] 329cc314d4
Bump pylint from 2.14.0 to 2.14.1 (#222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 14:59:54 +02:00
dependabot[bot] 39aeee9921
Bump pylint from 2.13.9 to 2.14.0 (#220)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 13:46:00 +12:00
dependabot[bot] 1a1c4602f6
Bump actions/cache from 3.0.2 to 3.0.3 (#219)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 13:45:37 +12:00
dependabot[bot] 971a9fb719
Bump mypy from 0.950 to 0.960 (#218)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:42:35 +12:00
github-actions[bot] 0fb9cfb302 Bump version to 10.10.1 2022-05-24 20:12:13 +00:00
dependabot[bot] a127ca1b00
Bump types-protobuf from 3.19.20 to 3.19.21 (#216)
Bumps [types-protobuf](https://github.com/python/typeshed) from 3.19.20 to 3.19.21.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 08:11:55 +12:00
github-actions[bot] 4c5f7db04c Bump version to 10.10.0 2022-05-18 09:50:27 +00:00
Jesse Hills c502231194
Assume volume (and therefore mute) is always supported (#215) 2022-05-18 21:50:06 +12:00
dependabot[bot] 6b6828043b
Bump mypy from 0.942 to 0.950 (#204)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-05-18 15:39:03 +12:00
github-actions[bot] b546c3eda4 Bump version to 10.9.0 2022-05-18 01:29:00 +00:00
Jesse Hills fcd529bb32
Add media player entities (#214) 2022-05-18 13:28:40 +12:00
dependabot[bot] 616e5c6621
Bump types-protobuf from 3.19.17 to 3.19.20 (#212)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 13:28:13 +12:00