aioesphomeapi/aioesphomeapi
J. Nick Koston b73270c0bd
Fix discover cli tool when address is missing from mdns (#758)
2023-11-27 08:21:51 -06:00
..
_frame_helper Small cython cleanps to the frame helpers (#733) 2023-11-26 13:25:55 -06:00
__init__.py Simplify raw ble advertisements callbacks (#594) 2023-10-20 17:34:05 -10:00
api.proto Add suggested_area to device info (#607) 2023-10-26 18:01:43 +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 Add suggested_area to device info (#607) 2023-10-26 18:01:43 +13:00
ble_defs.py Add a mapping for ESP_GATT_ERROR (#296) 2022-10-31 13:39:01 +13:00
client.py Fix voice assistant start task getting prematurely garbage collected (#753) 2023-11-26 17:54:18 -06:00
client_callbacks.pxd Fix races in bluetooth device connect (#740) 2023-11-26 15:21:54 -06:00
client_callbacks.py Fix races in bluetooth device connect (#740) 2023-11-26 15:21:54 -06:00
connection.pxd Add some additional cython types to the connection module (#716) 2023-11-25 10:30:17 -06:00
connection.py Add some additional cython types to the connection module (#716) 2023-11-25 10:30:17 -06:00
core.py Fix client connection code swallowing unhandled exceptions as debug logging (#711) 2023-11-25 09:33:43 -06: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 Avoid churning zeroconf instances in the host resolver when created in the reconnect logic (#729) 2023-11-26 10:05:24 -06: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 Refactor zeroconf code to avoid creating instances when one is unneeded (#643) 2023-11-17 13:11:36 -06:00
model.py Expand coverage for bluetooth GATT services (#742) 2023-11-26 16:34:28 -06:00
model_conversions.py Refactor client class to split callback conversion functions into their own module (#675) 2023-11-23 11:23:51 -06: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 Refactor zeroconf code to avoid creating instances when one is unneeded (#643) 2023-11-17 13:11:36 -06: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