Commit Graph

3710 Commits

Author SHA1 Message Date
Jesse Hills b6f69cef56
Add min version requirement 2024-01-17 11:03:48 +09:00
Jesse Hills 219d704ce4
Use unique_ptr 2024-01-17 11:02:44 +09:00
Jesse Hills 14bc9b64bd
Allocate speaker buffer in psram 2024-01-16 14:16:17 +09:00
Jesse Hills dd7f56e502
Use RingBuffer class 2024-01-16 14:14:30 +09:00
Jesse Hills c018ea0848
Fail if memory not allocated 2024-01-15 13:31:51 +09:00
Jesse Hills 317ee53188
Fix microphone read empty check 2024-01-11 09:51:06 +09:00
Jesse Hills 6e09f4b4d7
Send actual buffered byte count 2024-01-11 09:50:34 +09:00
Jesse Hills 709a92649c
Remove unused algorithm stream code 2023-12-07 13:03:55 +09:00
Jesse Hills 78a8271797
Update esphome/components/esp_adf/__init__.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2023-11-29 12:00:01 +13:00
Jesse Hills 970680b1b2
Add has_buffered_data() function to ESPADFSpeaker class 2023-11-24 21:19:36 +13:00
Jesse Hills f500bd5e6f
Extend timeout to 500ms 2023-11-24 21:19:36 +13:00
Jesse Hills e2bb81e233
Update esphome/components/esp_adf/microphone/esp_adf_microphone.cpp
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2023-11-24 12:01:28 +13:00
Jesse Hills 26a1d14ee0
Add s3-box-3 board 2023-11-16 15:04:49 +13:00
Jesse Hills 97f07f8d13
Merge branch 'dev' into jesserockz-2023-284 2023-11-16 13:10:34 +13:00
J. Nick Koston c795dbde26
dashboard: split dashboard web server code into its own module (#5770) 2023-11-15 21:34:09 +00:00
J. Nick Koston 86b4fdc139
dashboard: Break apart dashboard into separate modules (#5764)
* Break apart dashboard into seperate modules

* reduce code change

* late imports

* late imports

* preen

* remove accidental changes

* save the file
2023-11-15 13:00:28 -05:00
J. Nick Koston 20ea8bf06e
dashboard: convert ping thread to use asyncio (#5749) 2023-11-14 22:55:33 -06:00
J. Nick Koston 642db6d92b
Speed up OTAs (#5720) 2023-11-14 22:14:37 -06:00
J. Nick Koston 214b419db2
dashboard: Use mdns cache when available if device connection is OTA (#5724)
* 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

* isort

* Fix zeroconf name resolution refactoring error

HostResolver should get the type as the first arg instead
of the name

* no i/o

* tornado support native coros

* lint

* use new tornado start methods

* use new tornado start methods

* use new tornado start methods

* break

* lint

* lint

* typing, missing awaits

* io in executor

* missed one

* fix: missing if

* stale comment

* rename run_command to build_device_command since it does not actually run anything
2023-11-14 21:21:44 -05:00
Jesse Hills aecc6655db
Dont dump wifi info when disabled (#5755) 2023-11-14 21:57:25 +00:00
Jesse Hills 2754ddec1b
Allow setup to continue past mqtt if network/wifi is disabled (#5754) 2023-11-15 10:51:45 +13:00
Keith Burzinski ae0e481cff
Generate partitions.csv based on flash size (#5697) 2023-11-14 13:47:29 +13:00
J. Nick Koston f198be39d7
dashboard: Run get_serial_ports in the executor (#5740) 2023-11-14 13:46:51 +13:00
J. Nick Koston 08fc96b890
dashboard: remove usage of codecs module (#5741) 2023-11-14 13:44:49 +13:00
Sergey Dudanov 00eedeb8b3
remote_base: added helper class and schemas (#5169)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-14 06:55:36 +13:00
Jesse Hills 45276cc244
Handle wake word not set up internally (#5738) 2023-11-13 11:48:26 +13:00
Jimmy Hedman 684cf10230
Bump Arduino Pico Framework to 3.6.0 and Platform to 1.10.0 (#5731) 2023-11-13 07:28:02 +13:00
J. Nick Koston 53f3385c49
Migrate to using aioesphomeapi for the log runner to fix multiple issues (#5733) 2023-11-12 14:36:56 +13:00
Mike La Spina 6a5cea171e
Missed ifdefs (#5727) 2023-11-10 18:37:39 -06:00
J. Nick Koston 3363c8f434
Fix zeroconf name resolution refactoring error (#5725) 2023-11-10 22:55:21 +13:00
J. Nick Koston 3b891bc146
Speed up YAML by using YAML C loader when available (#5721) 2023-11-10 22:17:40 +13: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
Jesse Hills 01d28ce3fc
Add resistance_sampler interface for config validation (#5718) 2023-11-10 11:40:07 +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 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
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 fde7a04ee7
Bump version to 2023.12.0-dev 2023-11-08 13:13:56 +13: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
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
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
Jesse Hills dd0270207f
Allow pulse light effect to have separate on and off transition lengths (#5659) 2023-11-07 12:39:47 +13:00
Jesse Hills d141e1cd67
Remove extra code in old sgp40 (#5685) 2023-11-07 12:38:52 +13:00
Jesse Hills 43b36ac3c7
Allow static assets to be cached if not in debug mode (#5684) 2023-11-07 12:38:38 +13:00