aioesphomeapi/aioesphomeapi
David Friedland f1538a7ed0
Support for Event entity messages (#853)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-04-22 22:48:21 +12: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 Support for Event entity messages (#853) 2024-04-22 22:48:21 +12: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 Support for Event entity messages (#853) 2024-04-22 22:48:21 +12:00
ble_defs.py Add a mapping for ESP_GATT_ERROR (#296) 2022-10-31 13:39:01 +13:00
client.py Add Datetime entities (#859) 2024-04-22 15:58:16 +12: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 Send/Receive Voice Assistant Audio Messages (#854) 2024-04-08 10:44:10 +12:00
core.py Support for Event entity messages (#853) 2024-04-22 22:48:21 +12: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 Support for Event entity messages (#853) 2024-04-22 22:48:21 +12:00
model_conversions.py Support for Event entity messages (#853) 2024-04-22 22:48:21 +12:00
py.typed Implement PEP561 typing support (#55) 2021-06-30 17:05:44 +02:00
reconnect_logic.py Remove zeroconf listener removal workaround (#860) 2024-04-17 16:18:36 -05: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