aioesphomeapi/aioesphomeapi
J. Nick Koston eabc3d421f
Ensure all command and service calls raise when disconnected (#840)
2024-03-10 09:44:03 -10:00
..
_frame_helper Small speed up to writing outgoing packets (#785) 2023-12-04 15:59:33 -10:00
__init__.py Handle Bluetooth connection drops in more places (#766) 2023-11-28 07:23:21 -06:00
api.proto Implement Datetime date component (#824) 2024-03-07 14:23:16 +13:00
api_options.proto New api.proto format, user-defined service arrays 2019-06-17 23:40:23 +02:00
api_options_pb2.py Protobuf version upgrades (#307) 2022-11-23 07:20:23 +13:00
api_pb2.py Implement Datetime date component (#824) 2024-03-07 14:23:16 +13:00
ble_defs.py Add a mapping for ESP_GATT_ERROR (#296) 2022-10-31 13:39:01 +13:00
client.py Ensure all command and service calls raise when disconnected (#840) 2024-03-10 09:44:03 -10:00
client_callbacks.pxd Refactor bluetooth message handling to extract on_bluetooth_message (#772) 2023-11-28 08:23:19 -06:00
client_callbacks.py Bump black from 23.12.1 to 24.1.1 (#812) 2024-02-04 21:39:47 -06:00
connection.pxd Avoid creating tasks for starting/finishing the connection (#826) 2024-02-16 20:47:26 -06:00
connection.py Avoid creating tasks for starting/finishing the connection (#826) 2024-02-16 20:47:26 -06:00
core.py Implement Datetime date component (#824) 2024-03-07 14:23:16 +13:00
discover.py Fix discover cli tool when address is missing from mdns (#758) 2023-11-27 08:21:51 -06:00
host_resolver.py Add support for passing multiple addresses to the client (#796) 2023-12-12 11:22:14 -10:00
log_reader.py Avoid closing the churning zeroconf instances in the host resolver (#730) 2023-11-26 10:12:29 -06:00
log_runner.py Convert functions that no longer await to be normal functions (#827) 2024-02-18 14:02:24 -06:00
model.py Implement Datetime date component (#824) 2024-03-07 14:23:16 +13:00
model_conversions.py Implement Datetime date component (#824) 2024-03-07 14:23:16 +13:00
py.typed Implement PEP561 typing support (#55) 2021-06-30 17:05:44 +02:00
reconnect_logic.py Fix race scheduling reconnect from zeroconf records (#731) 2023-11-26 10:32:16 -06:00
util.py Add support for passing multiple addresses to the client (#796) 2023-12-12 11:22:14 -10:00
zeroconf.py Avoid churning zeroconf instances in the host resolver when created in the reconnect logic (#729) 2023-11-26 10:05:24 -06:00