J. Nick Koston
4b50b6cfc7
Merge branch 'mdns_cache' into integration
2023-11-09 23:19:25 -06:00
J. Nick Koston
6cf81b2bfb
Merge branch 'fix_zeroconf_refactoring_error' into mdns_cache
2023-11-09 23:16:45 -06:00
J. Nick Koston
27d157160b
Fix zeroconf name resolution refactoring error
...
HostResolver should get the type as the first arg instead
of the name
2023-11-09 23:15:22 -06:00
J. Nick Koston
795062bd6c
isort
2023-11-09 23:14:07 -06:00
J. Nick Koston
4e21532578
Use mdns or freshen cache when device connection is OTA
...
Since we already have a service browser running, we likely
already know the IP of the deivce we want to connect to so
we can replace OTA with the address to avoid the esphome
app having to look it up again
2023-11-09 23:13:27 -06:00
dependabot[bot]
0f19450ab4
Bump black from 23.10.1 to 23.11.0 ( #5702 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-11-09 21:18:22 -06:00
Samuel Sieb
98ec798bfc
fix pin range for xl9535 ( #5722 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-11-10 01:53:35 +00:00
J. Nick Koston
e247d08a3b
Merge branch 'c_loader' into integration
2023-11-09 17:03:33 -06:00
J. Nick Koston
bdf3528cbb
loader only
2023-11-09 17:03:10 -06:00
J. Nick Koston
905ea480c4
Merge branch 'ota_speed_up' into integration
2023-11-09 16:59:58 -06:00
J. Nick Koston
037f593363
Use YAML C loader when available
...
This is borrowed from HA core
527a3dba9c/homeassistant/util/yaml/loader.py (L14)
527a3dba9c/homeassistant/util/yaml/dumper.py (L12)
2023-11-09 16:57:48 -06:00
J. Nick Koston
8132b40580
tweaks
2023-11-09 16:49:49 -06:00
J. Nick Koston
b75703986d
Speed up OTAs
...
The upload buffer was limited to 1024 which limited the speed of
the OTA. By increasing the buffer size to 8192, the OTA can happy
around 20-30% faster for most cases
2023-11-09 16:47:01 -06:00
Jesse Hills
01d28ce3fc
Add resistance_sampler interface for config validation ( #5718 )
2023-11-10 11:40:07 +13:00
Jesse Hills
9d453f0ba2
Merge pull request #5714 from esphome/bump-2023.11.0b3
...
2023.11.0b3
2023-11-10 08:16:33 +13:00
dependabot[bot]
799851a83a
Bump zeroconf from 0.120.0 to 0.122.3 ( #5715 )
2023-11-10 07:29:44 +13:00
dependabot[bot]
bc7519f645
Bump zeroconf from 0.120.0 to 0.122.3 ( #5715 )
2023-11-09 12:26:05 -06:00
Jesse Hills
7a9866f1b6
Bump version to 2023.11.0b3
2023-11-09 22:14:22 +13:00
J. Nick Koston
3d30f1f733
Update Dockerfile to use piwheels for armv7 ( #5709 )
2023-11-09 22:14:22 +13:00
J. Nick Koston
1e55764d52
Bump aioesphomeapi to 18.2.7 ( #5706 )
2023-11-09 22:14:22 +13:00
J. Nick Koston
28513a0502
Update Dockerfile to use piwheels for armv7 ( #5709 )
2023-11-09 21:04:39 +13:00
J. Nick Koston
3e3266fa74
Bump aioesphomeapi to 18.2.7 ( #5706 )
2023-11-09 15:52:08 +13:00
Jesse Hills
020da89b6a
Merge pull request #5707 from esphome/bump-2023.11.0b2
...
2023.11.0b2
2023-11-09 14:16:27 +13:00
Jesse Hills
6932422104
Bump version to 2023.11.0b2
2023-11-09 12:46:57 +13:00
Rodrigo Martín
29aa15b253
fix: Fix broken bluetooth_proxy and ble_clients after BLE enable/disable ( #5704 )
2023-11-09 12:46:57 +13:00
J. Nick Koston
c40519ec6f
Use piwheels for armv7 docker image builds ( #5703 )
2023-11-09 12:46:57 +13:00
J. Nick Koston
6c62c00963
Fix static assets cache logic ( #5700 )
2023-11-09 12:46:57 +13:00
Jesse Hills
1bd2e558d6
Fix esp32_rmt_led_strip custom timing units ( #5696 )
2023-11-09 12:46:57 +13:00
Jesse Hills
dbb1263a36
Handle nanoseconds in config ( #5695 )
2023-11-09 12:46:57 +13:00
Rodrigo Martín
ce020b1f9f
fix: Fix broken bluetooth_proxy and ble_clients after BLE enable/disable ( #5704 )
2023-11-08 23:35:37 +00:00
J. Nick Koston
d394b957d1
Use piwheels for armv7 docker image builds ( #5703 )
2023-11-09 11:50:08 +13:00
J. Nick Koston
cf22c55430
Fix static assets cache logic ( #5700 )
2023-11-08 21:04:01 +00:00
Jesse Hills
511348974e
Fix esp32_rmt_led_strip custom timing units ( #5696 )
2023-11-08 09:01:26 +00:00
Jesse Hills
972598a698
Handle nanoseconds in config ( #5695 )
2023-11-08 21:34:44 +13:00
Jesse Hills
966c6a4531
Merge pull request #5693 from esphome/bump-2023.11.0b1
...
2023.11.0b1
2023-11-08 16:21:35 +13:00
Edward Firmo
d81bec860b
Nextion support to esp-idf
( #5667 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 19:50:45 -06:00
Jesse Hills
fff2d01420
Bump version to 2023.11.0b1
2023-11-08 13:13:56 +13:00
Jesse Hills
fde7a04ee7
Bump version to 2023.12.0-dev
2023-11-08 13:13:56 +13:00
Jesse Hills
bf217ce252
Merge branch 'dev' into bump-2023.11.0b1
2023-11-08 13:13:54 +13:00
dependabot[bot]
0101ae768c
Bump aioesphomeapi from 18.2.1 to 18.2.4 ( #5692 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 15:44:33 -06:00
Keith Burzinski
9bd4b229e3
Handle on_disconnect when Wi-Fi is disabled ( #5691 )
2023-11-08 07:00:36 +13:00
Angel Nunez Mencias
ccffbfd3ae
support spi for sn74hc595 ( #5491 )
...
Co-authored-by: Jimmy Hedman <jimmy.hedman@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 03:15:13 -06:00
J. Nick Koston
78e3ce7718
Implement a memory cache for dashboard entries to avoid frequent disk reads ( #5687 )
2023-11-07 19:04:55 +13:00
Charles Johnson
31fec2d692
add wifi.on_connect and wifi.on_disconnect triggers ( #3639 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-06 23:17:13 -06:00
Jesse Hills
888c298d7e
Update esphome-dashboard to version 20231107.0 ( #5686 )
2023-11-07 13:59:26 +13:00
Daniel Baulig
708ed8f38a
[web_server] Adds the ability to handle Private Network Access preflight requests ( #5669 )
2023-11-07 13:59:03 +13:00
Edward Firmo
a8a9c6192d
Remove page jump on Nextion startup ( #5673 )
2023-11-06 18:48:15 -06:00
Angel Nunez Mencias
defe8ac97b
Add spi support for ade7953 ( #5439 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 13:17:29 +13:00
dependabot[bot]
7ac9caa169
Bump zeroconf from 0.119.0 to 0.120.0 ( #5682 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 12:48:37 +13:00
Greg Cormier
972c18a7ca
Add differential pressure sensor support for CFSensor XGZP68xxD devices ( #5562 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 12:46:30 +13:00