1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-25 15:53:59 +01:00
Commit Graph

8127 Commits

Author SHA1 Message Date
Djordje
a4024216ae [HX711] stop/start poller on powerdown/powerup 2025-01-27 11:34:22 +01:00
Djordje
84cbaca1b1 [hx711] change timeout name hx711_settle to settle 2025-01-27 11:33:30 +01:00
Djordje
0e25be7c8f [HX711] add new line to hx711_automations.h 2025-01-26 04:18:59 +01:00
Djordje
3ab41d664d [HX711] Add tests for power_down_after_each_reading 2025-01-26 04:11:03 +01:00
Djordje
8d7dbf757b [HZ711] Change power_down_after_reading to power_down_after_each_reading 2025-01-26 04:06:49 +01:00
Djordje
5acf10d4fd Merge branch 'hx711-settling' into hx711-power-actions 2025-01-26 04:02:38 +01:00
Djordje
b41027b698 [HX711] Remove ms from set_settling_time_ms 2025-01-26 03:56:31 +01:00
Djordje
2e84d53c7e [HX711] Add power actions 2025-01-26 03:41:45 +01:00
Djordje
5d59eaf6a2 [HX711] Add power-down func 2025-01-26 03:13:37 +01:00
Djordje Mandic
2e9fee8f5f
Add new line in hx711.cpp 2025-01-25 21:46:36 +01:00
Djordje
b4e14a0155 [HX711] remove last_gain_ 2025-01-25 04:43:51 +01:00
Djordje
c219f97345 [hx711] add tests 2025-01-25 04:28:39 +01:00
Djordje
b5b53ff160 [hx711] move const 2025-01-25 03:54:51 +01:00
Djordje
8dd6dbf2bf [hx711] rename millis_elapsed_from to millis_elapsed_since 2025-01-25 03:51:37 +01:00
Djordje
8b25847d60 [hx711] fix clang format 2025-01-25 03:43:46 +01:00
Djordje
a94978ed61 [hx711] Fix clang format and build error 2025-01-25 03:25:39 +01:00
Djordje
e3558af83f [hx711] Add unit to set_settling_time 2025-01-25 03:03:50 +01:00
Djordje Mandic
869e44469f
Merge branch 'esphome:dev' into hx711-settling 2025-01-25 03:00:26 +01:00
Djordje
dd2c7eae69 [hx711] Add settling time 2025-01-25 02:59:10 +01:00
guillempages
fc847c1de8
[online_image] Code Improvements () 2025-01-24 07:32:03 +11:00
Jesse Hills
7fccc9ff86
[online_image] Add binary bmp support ()
Co-authored-by: guillempages <guillempages@users.noreply.github.com>
2025-01-23 15:10:19 +13:00
Olliver Schinagl
dee1d84979
[spi] Fix data type in bitbash transfer_() () 2025-01-22 23:41:55 +00:00
Oskari Lemmelä
65b2d48a6f
Fix mqtt climate step rounding () 2025-01-23 12:32:45 +13:00
brambo123
8aeb08f868
[ads1115] Add sample rate control () 2025-01-23 12:31:07 +13:00
Djordje Mandic
d4857a1727
Add verbose logging for pulse width calculation in pulse_meter () 2025-01-23 12:07:26 +13:00
tomaszduda23
0c032bc431
[core] add support for custom platform ()
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
2025-01-23 12:06:07 +13:00
Keith Burzinski
5a103543c4
[esp32] Set logger default interface for C6 () 2025-01-22 23:00:40 +00:00
Frederik
01ab6d3ddc
[debug] fix debug_esp32 printf for partition size and address ()
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
2025-01-23 09:37:32 +11:00
Keith Burzinski
f2170c633a
[es7243e] Add support for ES7243E audio ADC () 2025-01-23 09:23:22 +13:00
Citric Li
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
Keith Burzinski
4843bbd38a
[custom] Remove platforms () 2025-01-22 12:56:51 +13:00
dependabot[bot]
78ce8f014a
Bump actions/stale from 9.0.0 to 9.1.0 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 08:15:56 +13:00
Jesse Hills
b454f63b36
[core] Remove old style platform configuration () 2025-01-21 00:32:47 -06:00
Jonathan Swoboda
db644542ed
[esp32_touch] Fix deprecated warning ()
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
2025-01-21 16:17:32 +13:00
Keith Burzinski
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
Clyde Stubbs
0f4e274e52
[uptime] Cosmetic improvements for uptime text_sensor () 2025-01-21 15:43:50 +13:00
Keith Burzinski
576dbd6f0c
[audio_adc] Add new `audio_adc` component () 2025-01-21 15:35:40 +13:00
Jesse Hills
c3d00b45f7
Update defines.h for esp-idf 5.1.5 () 2025-01-21 01:50:04 +00:00
Mikkel Jeppesen
98b872abc7
Fixed incorrect display dimension () 2025-01-20 09:36:07 +11:00
guillempages
75026be951
[online_image] Use RAMAllocator () 2025-01-19 22:16:37 +00:00
guillempages
47a0ec467a
[image]Rename option "use_transparency" () 2025-01-20 08:34:38 +11:00
Jesse Hills
9e40d4cf45
Merge branch 'release' into dev 2025-01-17 14:47:56 +13:00
Jesse Hills
fecae2f740
Merge pull request from esphome/bump-2024.12.4
2024.12.4
2025-01-17 14:47:16 +13:00
Jesse Hills
5a01670803
Bump version to 2024.12.4 2025-01-17 13:40:12 +13:00
Jesse Hills
c2423b18cb
Bump python3-setuptools to 66.1.1-1+deb12u1 () 2025-01-17 13:40:11 +13:00
Jesse Hills
2363b3dfd6
Merge branch 'release' into dev 2025-01-17 13:32:53 +13:00
Jesse Hills
628e47f670
Merge pull request from esphome/bump-2024.12.3
2024.12.3
2025-01-17 13:32:12 +13:00
Jesse Hills
7666581c54
Bump version to 2024.12.3 2025-01-17 12:24:22 +13:00
Kevin Ahrendt
03c36920ff
[http_request] Bugfix: run update function in a task () 2025-01-17 12:24:22 +13:00
Piotr Szulc
abdd6b232f
Fixed libretiny preference wrongly detecting change in the data to store () 2025-01-17 12:24:22 +13:00