aioesphomeapi/aioesphomeapi
J. Nick Koston 1e71d3f4ca
Sync time daily once ESPHome device has requested time once
If the ESPHome device requests time once we know it has Home Assistant
time enabled. Since the clock drifts over time, we will send time again
daily to ensure it keeps in sync.

fixes https://github.com/esphome/issues/issues/4424
2023-12-21 21:34:38 -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 Add support for fan preset modes (#616) 2023-12-05 16:34:57 -10: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 support for fan preset modes (#616) 2023-12-05 16:34:57 -10:00
ble_defs.py Add a mapping for ESP_GATT_ERROR (#296) 2022-10-31 13:39:01 +13:00
client.py Refactor raw Bluetooth advs subscriptions (#797) 2023-12-12 14:15:09 -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 Refactor raw Bluetooth advs subscriptions (#797) 2023-12-12 14:15:09 -10:00
connection.pxd Sync time daily once ESPHome device has requested time once 2023-12-21 21:34:38 -10:00
connection.py Sync time daily once ESPHome device has requested time once 2023-12-21 21:34:38 -10:00
core.py Handle Bluetooth connection drops in more places (#766) 2023-11-28 07:23:21 -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 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 Refactor zeroconf code to avoid creating instances when one is unneeded (#643) 2023-11-17 13:11:36 -06:00
model.py Add support for fan preset modes (#616) 2023-12-05 16:34:57 -10: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 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