hass-core/homeassistant/components/esphome
J. Nick Koston 2a5ffa9a5b
Fix timestamps for bluetooth scanners that bundle advertisements (#94511)
#94138 added support for raw/bundled advertisements. We should use the
same monotonic time for all advertisements in the bundle if not time
is passed, or calculate the timestamp and pass it if its known
2023-06-14 21:47:00 -04:00
..
bluetooth Fix timestamps for bluetooth scanners that bundle advertisements (#94511) 2023-06-14 21:47:00 -04:00
__init__.py Add support for ESPHome raw bluetooth advertisements (#94138) 2023-06-07 18:36:22 -05:00
binary_sensor.py Fix capitalization names Assist entities (#92098) 2023-04-26 22:13:21 -04:00
button.py Use try_parse_enum in integrations (#87085) 2023-02-02 12:34:01 +01:00
camera.py
climate.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
config_flow.py ESPHome handle remove password and no encryption (#86995) 2023-01-30 23:05:48 -05:00
const.py
cover.py Disable esphome stopping a cover if the cover doesn't support stopping (#80104) 2023-03-28 16:43:47 +02:00
dashboard.py Fix lingering timer in esphome (#92533) 2023-05-17 22:05:44 +02:00
diagnostics.py ESPHome dashboard tweaks (#86176) 2023-01-18 21:15:37 +01:00
domain_data.py Add Self typing (1) [mypy 1.0] (#87598) 2023-02-06 22:29:47 -06:00
entry_data.py Handle exceptions to prevent disconnect when esphome state subscription raises (#93723) 2023-05-29 20:41:50 +02:00
enum_mapper.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
fan.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
light.py ESPHome fix changing light color_mode (#93434) 2023-05-24 08:37:42 +02:00
lock.py
manifest.json Bump bluetooth-data-tools to 1.1.0 (#94610) 2023-06-14 22:25:26 +02:00
media_player.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
number.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
select.py ESPHome select for assist pipeline selection (#91526) 2023-04-17 22:22:11 -04:00
sensor.py Import util.dt as dt_util in components/[e-f]* (#93758) 2023-05-30 00:00:11 +03:00
services.yaml
strings.json Fix capitalization names Assist entities (#92098) 2023-04-26 22:13:21 -04:00
switch.py Use try_parse_enum in integrations (#87085) 2023-02-02 12:34:01 +01:00
update.py Retry creating esphome update entities later if dashboard is unavailable (#92042) 2023-04-26 18:41:00 +02:00
voice_assistant.py Pass device ID to conversation input (#93867) 2023-05-31 16:56:12 -04:00