Commit Graph

  • f12169376b
    Merge branch 'main' into write_packets J. Nick Koston 2023-12-04 15:51:34 -1000
  • ac17f722c1
    Pin pytest-asyncio to <=0.21.1 to fix CI (#786) J. Nick Koston 2023-12-04 15:51:26 -1000
  • ef6d36520d
    Pin pytest-asyncio to <=0.21.1 to fix CI J. Nick Koston 2023-12-04 15:49:36 -1000
  • d1f6ec04a7
    Small speed up to writing outgoing packets J. Nick Koston 2023-12-04 15:38:44 -1000
  • 488443c70a
    Small speed up to writing outgoing packets J. Nick Koston 2023-12-04 15:36:50 -1000
  • a1766c939c
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-30 14:56:17 -1000
  • 66f9341fe5 Bump version to 19.2.2 github-actions[bot] 2023-11-30 16:17:27 +0000
  • e1ddf270c5
    Ensure connection is released if connecting is cancelled (#784) J. Nick Koston 2023-11-30 09:17:08 -0700
  • a5f81c7cda
    Ensure connection is released if connecting is cancelled J. Nick Koston 2023-11-30 06:15:20 -1000
  • 7d92b7974d Bump version to 19.2.1 v19.2.1 github-actions[bot] 2023-11-29 10:42:39 +0000
  • 87b7e831e8
    Partially revert "Add humidity and aux heat support to climate (#631)" (#783) Stefan Rado 2023-11-29 11:42:19 +0100
  • 512d5e734a Partially revert "Add humidity and aux heat support to climate (#631)" kroimon 2023-11-29 10:06:58 +0100
  • d58c735863 Bump version to 19.2.0 v19.2.0 github-actions[bot] 2023-11-28 22:54:31 +0000
  • 0f14c82efa
    Add humidity and aux heat support to climate (#631) Stefan Rado 2023-11-28 23:54:14 +0100
  • 63d5928cba
    Ensure calling the BLE connection unsubscribe multiple times does not raise (#782) J. Nick Koston 2023-11-28 15:39:04 -0600
  • fd8471e48b
    Ensure calling the BLE connection unsubscribe multiple times does not raise J. Nick Koston 2023-11-28 15:37:08 -0600
  • 786745b7b2
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-28 12:40:32 -0600
  • 702970b975
    Merge branch 'main' into climate_enhancements J. Nick Koston 2023-11-28 12:40:25 -0600
  • 6a51170e0c Bump version to 19.1.8 github-actions[bot] 2023-11-28 18:31:49 +0000
  • e994092214
    Remove duplicate line in execute_service (#781) J. Nick Koston 2023-11-28 12:31:32 -0600
  • a82fc655bd
    Remove duplicate line in execute_service J. Nick Koston 2023-11-28 12:30:01 -0600
  • 3c675b6847
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-28 12:22:56 -0600
  • fe81128146
    Merge branch 'main' into climate_enhancements J. Nick Koston 2023-11-28 12:22:48 -0600
  • 5c8370c506
    Use background task logic for the on_stop callback (#780) v19.1.7 J. Nick Koston 2023-11-28 12:03:55 -0600
  • 138b0ec80c
    Use background task logic for the on_stop callback J. Nick Koston 2023-11-28 12:01:58 -0600
  • 1ae50ca344
    Use background task logic for the on_stop callback J. Nick Koston 2023-11-28 12:01:30 -0600
  • d40e046d1a
    Reduce duplicate code in client connection setup (#779) J. Nick Koston 2023-11-28 11:59:54 -0600
  • 587fb3bb73
    Reduce duplicate code in client connection setup J. Nick Koston 2023-11-28 11:58:11 -0600
  • b3a621f809
    Make creating background tasks in the client a bound method (#778) J. Nick Koston 2023-11-28 11:54:29 -0600
  • c5893802c3
    Make creating background tasks in the client a bound method J. Nick Koston 2023-11-28 11:52:13 -0600
  • d40acb1f85
    Reduce duplicate Bluetooth message filtering code (#777) J. Nick Koston 2023-11-28 10:49:58 -0600
  • 6d3e1c13ab
    dry J. Nick Koston 2023-11-28 10:44:24 -0600
  • 9e9b55a1bc
    Revert "dry" J. Nick Koston 2023-11-28 10:40:53 -0600
  • 8323e95f5a
    dry J. Nick Koston 2023-11-28 10:40:15 -0600
  • aedecfb3fc
    dry J. Nick Koston 2023-11-28 10:38:59 -0600
  • 97698a718d
    dry J. Nick Koston 2023-11-28 10:35:27 -0600
  • daff02efff
    dry J. Nick Koston 2023-11-28 10:34:28 -0600
  • 0ebe8f1249
    Reduce duplicate Bluetooth message filtering code J. Nick Koston 2023-11-28 10:31:30 -0600
  • 5c063e2269 Bump version to 19.1.7 github-actions[bot] 2023-11-28 16:19:57 +0000
  • 07499907d4
    Refactor execute_service to avoid creating dict in the inner loop (#776) J. Nick Koston 2023-11-28 10:19:39 -0600
  • bef230d7d0
    Refactor execute_service to avoid creating dict in the inner loop J. Nick Koston 2023-11-28 10:17:52 -0600
  • 60cd3effb1
    Update aioesphomeapi/client.py J. Nick Koston 2023-11-28 08:56:03 -0600
  • b142b8e735
    Update aioesphomeapi/client.py J. Nick Koston 2023-11-28 08:55:43 -0600
  • 38aa0fcfba
    Merge branch 'main' into climate_enhancements J. Nick Koston 2023-11-28 08:54:58 -0600
  • c69fe8ca45
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-28 08:54:39 -0600
  • e8560c1547 Bump version to 19.1.6 v19.1.6 github-actions[bot] 2023-11-28 14:54:08 +0000
  • 22fd2ab9af
    Refactor list_entities_services to reduce unneeded local variables (#775) J. Nick Koston 2023-11-28 08:53:47 -0600
  • 431a26b592
    Refactor list_entities_services to reduce local variables J. Nick Koston 2023-11-28 08:51:58 -0600
  • 8fd15a3c57
    Refactor list_entities_services to reduce local variables J. Nick Koston 2023-11-28 08:51:19 -0600
  • 66e2967694
    Refactor list_entities_services to reduce local variables J. Nick Koston 2023-11-28 08:50:07 -0600
  • d0aaf25577
    Use explict type checks for protobuf messages (#774) v19.1.5 J. Nick Koston 2023-11-28 08:33:06 -0600
  • 14d943d2d1
    Use explict type checks for protobuf messages J. Nick Koston 2023-11-28 08:30:28 -0600
  • 7c7bdfc585
    Small refactor to GATT read to reduce code (#773) J. Nick Koston 2023-11-28 08:28:00 -0600
  • 432ada14e3
    Small refactor to GATT read to reduce code J. Nick Koston 2023-11-28 08:26:22 -0600
  • 5ba404df48
    Refactor bluetooth message handling to extract on_bluetooth_message (#772) J. Nick Koston 2023-11-28 08:23:19 -0600
  • 3aefecbdab
    Refactor bluetooth message handling to extract on_bluetooth_message J. Nick Koston 2023-11-28 08:21:29 -0600
  • baf21ddb50
    Refactor bluetooth message handling to extract on_bluetooth_message J. Nick Koston 2023-11-28 08:20:46 -0600
  • 5bfb94d479
    Refactor bluetooth message handling to extract on_bluetooth_message J. Nick Koston 2023-11-28 08:19:02 -0600
  • 5e0b6c1b07
    Refactor bluetooth GATT writes to reduce duplicate code (#771) J. Nick Koston 2023-11-28 08:16:53 -0600
  • afb5fcc887
    Refactor bluetooth GATT writes to reduce duplicate code J. Nick Koston 2023-11-28 08:13:53 -0600
  • 15e6279246
    Allow specifying a timeout for bluetooth_gatt_start_notify (#770) J. Nick Koston 2023-11-28 08:07:33 -0600
  • 844326a3a2
    Remove unused variable from frame helper base (#769) J. Nick Koston 2023-11-28 08:05:45 -0600
  • 6ce6cf0907
    Allow specifying a timeout for bluetooth_gatt_start_notify J. Nick Koston 2023-11-28 08:05:28 -0600
  • 176c7bc4b4
    Raise BluetoothConnectionDroppedError if connection drops while getting GATT services (#768) J. Nick Koston 2023-11-28 08:03:08 -0600
  • c60d63e99c
    Remove unused variable from frame helper base J. Nick Koston 2023-11-28 08:02:35 -0600
  • 3ab115563b
    tweak J. Nick Koston 2023-11-28 08:00:58 -0600
  • ee365094c3
    tweak J. Nick Koston 2023-11-28 08:00:12 -0600
  • 88527aee0f
    tweak J. Nick Koston 2023-11-28 07:58:10 -0600
  • 05f6b291df
    tweak J. Nick Koston 2023-11-28 07:57:28 -0600
  • 2e2b6747dd
    coverage J. Nick Koston 2023-11-28 07:57:04 -0600
  • 4b4510b644
    Raise BluetoothDeviceConnectionResponse if connection drops while getting GATT services J. Nick Koston 2023-11-28 07:53:29 -0600
  • e182f68b42
    Raise BluetoothConnectionDroppedError if connection drops during GATT read/write/notify (#767) J. Nick Koston 2023-11-28 07:42:21 -0600
  • 7ed22ea311
    add coverage for write and notify J. Nick Koston 2023-11-28 07:40:06 -0600
  • abae92a009
    type J. Nick Koston 2023-11-28 07:37:19 -0600
  • 9d9754bd85
    read tests J. Nick Koston 2023-11-28 07:30:56 -0600
  • f6675a3beb
    Raise BluetoothConnectionDroppedError if connection drops during GATT read/write J. Nick Koston 2023-11-28 07:29:41 -0600
  • c9fb3b3bed
    Raise BluetoothConnectionDroppedError if connection drops during GATT read/write J. Nick Koston 2023-11-28 07:29:33 -0600
  • 8ac21c3610
    Raise BluetoothConnectionDroppedError if connection drops during GATT read/write J. Nick Koston 2023-11-28 07:27:04 -0600
  • 3e920df478
    Handle Bluetooth connection drops in more places (#766) J. Nick Koston 2023-11-28 07:23:21 -0600
  • 6b5eec481a
    fix type J. Nick Koston 2023-11-28 07:21:38 -0600
  • 600298f3bb
    tweak tests J. Nick Koston 2023-11-28 07:15:02 -0600
  • 36510f4f58
    tweak tests J. Nick Koston 2023-11-28 07:14:47 -0600
  • 6b01938df6
    tweak tests J. Nick Koston 2023-11-28 07:12:16 -0600
  • 3b82f3c279
    Handle Bluetooth connection drops in more places J. Nick Koston 2023-11-28 07:10:13 -0600
  • 9b300609aa
    Handle Bluetooth connection drops in more places J. Nick Koston 2023-11-28 07:09:52 -0600
  • ae717a3c84
    Handle Bluetooth connection drops in more places J. Nick Koston 2023-11-28 07:08:54 -0600
  • 955c6cdf43
    Handle Bluetooth connection drops in more places J. Nick Koston 2023-11-28 07:06:27 -0600
  • 23c3959dd2
    Handle Bluetooth connection drops in more places J. Nick Koston 2023-11-28 07:02:31 -0600
  • 92395f8cc9
    Merge branch 'main' into climate_enhancements J. Nick Koston 2023-11-28 06:44:49 -0600
  • 72a8f70bcd Bump version to 19.1.5 github-actions[bot] 2023-11-28 12:44:40 +0000
  • 8934517e17
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-28 06:44:33 -0600
  • 29faf6746f
    Simplify similar code for building entity commands (#765) J. Nick Koston 2023-11-28 06:44:24 -0600
  • 563c9b9d0f
    Simplify similar code for building entity commands J. Nick Koston 2023-11-28 06:38:55 -0600
  • c9009b3215
    Merge branch 'main' into feature/fan_presets J. Nick Koston 2023-11-28 00:13:03 -0600
  • 85dbc54ee5
    Merge branch 'main' into climate_enhancements J. Nick Koston 2023-11-28 00:12:55 -0600
  • 681fec9db9 Bump version to 19.1.4 v19.1.4 github-actions[bot] 2023-11-28 05:51:55 +0000
  • 1b51530642
    Reduce duplicate code between connection and frame helper (#763) J. Nick Koston 2023-11-27 23:51:38 -0600
  • 8702ff1578
    tweaks J. Nick Koston 2023-11-27 23:42:34 -0600
  • 783a52e95b
    python bindings J. Nick Koston 2023-11-27 23:25:24 -0600
  • 20fcd9269a
    python bindings J. Nick Koston 2023-11-27 23:21:17 -0600