1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-17 04:23:10 +01:00
Commit Graph

1193 Commits

Author SHA1 Message Date
8aeb08f868 [ads1115] Add sample rate control () 2025-01-23 12:31:07 +13:00
db852fcd39 Merge branch 'dev' into vornado-ir 2025-01-22 13:04:00 -08:00
f2170c633a [es7243e] Add support for ES7243E audio ADC () 2025-01-23 09:23:22 +13:00
c2e52f4b11 Add: Human Presence and Target Count to the Seeed Studio MR60BHA2 ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Spencer Yan <spencer@spenyan.com>
2025-01-22 13:01:15 +13:00
b454f63b36 [core] Remove old style platform configuration () 2025-01-21 00:32:47 -06:00
716a8b87e1 [es8156] Add support for ES8156 audio DAC ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-01-21 16:15:18 +13:00
576dbd6f0c [audio_adc] Add new `audio_adc` component () 2025-01-21 15:35:40 +13:00
47a0ec467a [image]Rename option "use_transparency" () 2025-01-20 08:34:38 +11:00
df26ace0f1 [prometheus] Select, media_player, and number prometheus metrics () 2025-01-15 16:56:22 +13:00
98817a5bbf [es7210] add support for es7210 ADC () 2025-01-15 16:47:22 +13:00
17b88f2e3e [lvgl] fix lvgl.widget.update and friends () 2025-01-15 14:29:51 +13:00
e8d2ad4ce8 [ili9xxx] psram and 8 bit changes () 2025-01-15 11:53:44 +13:00
fc2b15e307 [uptime] Add text_sensor () 2025-01-15 11:27:47 +13:00
6262fb8fcf [lvgl] fix tests () 2025-01-13 15:32:54 -06:00
67987bb718 Merge branch 'dev' into vornado-ir 2025-01-13 08:32:16 -08:00
528d3672b4 [psram] Improve total PSRAM display in logs by using rounded KB values ()
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
2025-01-13 17:11:48 +13:00
fef50afef8 [debug] Add ESP32 partition table logging to dump_config () 2025-01-13 17:08:20 +13:00
f1c0570e3b [image] Transparency changes; code refactor () 2025-01-13 16:21:42 +13:00
aa87c60717 [nextion] Brightness control tweaks () 2025-01-13 16:12:54 +13:00
d91de7e3be Merge branch 'dev' into vornado-ir 2025-01-12 13:15:35 -08:00
d69926485c Convert IPAddress to use Pythonmodule ipaddress () 2025-01-13 08:12:38 +13:00
fe80750743 [display] auto_clear_enabled defaults () 2025-01-13 07:56:54 +13:00
109d737d5d [lvgl] Implement lvgl.page.is_showing: condition () 2025-01-13 07:53:26 +13:00
0df6a913b3 [lgvl] disp_bg_image and disp_bg_opa changes () 2025-01-13 07:46:17 +13:00
8a98b69a57 [lvgl] fix bg_image_src ()
Co-authored-by: clydeps <U5yx99dok9>
2025-01-13 07:42:03 +13:00
5e72b7196b Remove rmt channel from idf tests () 2025-01-08 21:14:08 +00:00
a0615a92f0 [addressable_light] Remove rmt channel from idf tests () 2025-01-08 14:25:10 -06:00
67e8215f80 Merge branch 'dev' into vornado-ir 2024-12-25 14:26:31 -08:00
265b6ec445 [esp32_rmt] Updates for IDF 5+ ()
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-12-18 20:31:22 -06:00
a6957b9d3b [opentherm] Message ordering, on-the-fly message editing, code improvements () 2024-12-16 12:04:26 +13:00
df4224e779 [nextion] Publishes is_connected() () 2024-12-16 07:30:47 +13:00
5877c57a35 [adc] Restore missing LIBRETINY code in a separated file () 2024-12-15 07:55:04 +13:00
bb27eaaf1e [lvgl] Add on_change event () 2024-12-10 14:25:29 +13:00
517f659da8 [lvgl] Fix image mode property (Bugfix) () 2024-12-10 14:23:30 +13:00
9d000e9abf Add: Seeed Studio MR60BHA2 mmWave Sensor ()
Co-authored-by: Spencer Yan <spencer@spenyan.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-12-09 15:28:41 +13:00
5257da28c1 Merge branch 'dev' into vornado-ir 2024-12-06 08:51:23 -08:00
acc8d24a32 [esp32] Use pioarduino + IDF 5.1.5 as default for IDF builds ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-12-05 02:39:30 -06:00
a37ff2dbd9 [lvgl] Fix msgbox content () 2024-12-03 20:48:50 +00:00
c95887a14a [lvgl] Bugfixes () 2024-12-03 19:50:11 +13:00
584dbf2668 MQTT sensors handling of publishing NaN values ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-12-02 23:50:05 +00:00
fb96e3588d Add H-Bridge switch component ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-12-02 02:16:58 -06:00
575a8c82b3 Merge branch 'dev' into vornado-ir 2024-11-28 13:10:10 -08:00
c9b0490305 [lvgl] Make image update via lambda work () 2024-11-28 16:48:48 +13:00
c9e7cc8870 Merge branch 'dev' into vornado-ir 2024-11-27 12:18:59 -08:00
c0dcecc465 Add: Seeed Studio mr60fda2 mmwave sensor ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Spencer Yan <spencer@spenyan.com>
2024-11-26 13:53:21 +13:00
d9d368d38e add on_key trigger to matrix_keypad ()
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2024-11-26 13:21:47 +13:00
140d77061b added Waveshare BWR Mode for the 7.5in Display () 2024-11-26 11:29:58 +13:00
c49f7293fe binary_sensor for switch state () 2024-11-24 23:24:23 -08:00
9fc1377b44 feat(WiFi): Add wifi.configure action () 2024-11-25 11:06:21 +13:00
dea297c8d7 [nextion] Add publish actions ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-11-22 22:52:02 -06:00