1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-19 21:43:07 +01:00
Commit Graph

7757 Commits

Author SHA1 Message Date
83df28fc9a Merge branch 'dev' of https://github.com/esphome/esphome into airton-climate 2024-11-12 11:09:20 +01:00
3d01315c84 Remove global variable and use get/set pattern, fix const arg. 2024-11-12 11:08:14 +01:00
58d028ac13 Add OpenTherm component (part 3: rest of the sensors) ()
Co-authored-by: FreeBear <freebear@tuxcnc.org>
Co-authored-by: FreeBear-nc <67865163+FreeBear-nc@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-11-12 16:19:42 +13:00
2450a8d12c Comply w clang-tidy: refactor names, use bool val. 2024-11-12 00:16:16 +01:00
03a6d949ae Add code owner 2024-11-11 23:29:08 +01:00
1ebc9b9d02 Add support to climate for Airton IR A/C units
I tested this component specifically with a Ferroli Aster S internal
unit and its remote.
2024-11-11 21:33:36 +01:00
a2dccc4730 [midea] Add temperature validation in do_follow_me method (bugfix) () 2024-11-11 17:14:01 +13:00
ffee2f0e88 [lvgl] Implement keypads () 2024-11-11 16:07:48 +13:00
d885d65c9b [sensor] Make some values templatable () 2024-11-11 14:18:05 +13:00
c35240ca32 Remove the choice for MQTT logging if it is disabled () 2024-11-11 14:13:43 +13:00
7c00c5db70 [docker] Bump curl, iputils-ping and libssl-dev () 2024-11-11 09:44:02 +13:00
335faf858b Fix dashboard ip resolving () 2024-11-11 08:55:19 +13:00
1829e68730 Merge branch 'release' into dev 2024-11-08 22:42:27 +13:00
b8eadb2ba5 Merge pull request from esphome/bump-2024.10.3
2024.10.3
2024.10.3
2024-11-08 22:41:29 +13:00
551ea37882 Bump version to 2024.10.3 2024-11-08 17:02:31 +13:00
3a25eaca3f [lvgl] Ensure images are configured before using them. (Bugfix) () 2024-11-08 17:02:31 +13:00
e85cbf26f8 Fixes modbus timing error () 2024-11-08 17:02:31 +13:00
2ec17eed58 [rpi_dpi_rgb] Fix get_width and height (Bugfix) ()
Co-authored-by: clydeps <U5yx99dok9>
2024-11-08 17:02:31 +13:00
2f77d31690 OTA: Fix IPv6 and multiple address support () 2024-11-08 16:38:13 +13:00
3f123d7542 Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 12:42:36 +13:00
d189cc1fbe [lvgl] Fix id config for the lvgl component (Bugfix) ()
Co-authored-by: clydeps <U5yx99dok9>
2024-11-07 23:39:01 +00:00
c0658ffe2c [fix] deprecated legacy driver tsens ()
Co-authored-by: luar123 <49960470+luar123@users.noreply.github.com>
2024-11-08 11:10:58 +13:00
248b0bc378 [lvgl] Allow multiple LVGL instances ()
Co-authored-by: clydeps <U5yx99dok9>
2024-11-08 09:05:23 +13:00
80b4c26481 feat(MQTT): Add enable, disable and enable_on_boot () 2024-11-06 13:56:48 +13:00
5bb4d042e4 [spi_device] rename mode to spi_mode () 2024-11-05 18:54:47 -06:00
dcc537d0d4 [lvgl] Don't just throw key error if someone types a bad layout type ()
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2024-11-06 08:45:40 +11:00
2dca3d79e4 [lvgl] Ensure images are configured before using them. (Bugfix) () 2024-11-05 11:32:18 +11:00
01497c891d datetime fix build_language_schema ()
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
2024-11-04 10:22:16 +13:00
77bb46ff3b handle bad pin schemas ()
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2024-11-01 20:54:34 +11:00
cefbfb75bd [esp32_ble] Add disconnect as a virtual function to `ESPBTClient` () 2024-10-31 05:46:35 -05:00
749b942132 [lvlg] fix tests () 2024-10-31 06:37:32 +00:00
a043022444 [font] Add support for "glyphsets" ()
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
2024-10-31 16:36:23 +13:00
8b7e061f3a [touchscreen] Calibration fixes () 2024-10-31 15:15:39 +13:00
74ea1b60e3 [CI] Fix webserver defines to be present based on platform, not just framework () 2024-10-31 11:37:54 +13:00
5a2fed3569 [spi] Add mosi pin checks for displays () 2024-10-30 22:28:18 +00:00
e85157db4b Add config for current temperature precision () 2024-10-31 08:34:33 +13:00
d3563e4e97 [sdl] Allow window to be resized. () 2024-10-31 08:30:46 +13:00
765579dabb [es8311] Add es8311 dac component () 2024-10-31 08:29:24 +13:00
6afd004ec5 Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 08:25:36 +13:00
ee3ee3a63b [http_request] Implement on_error trigger for requests () 2024-10-30 14:10:58 +13:00
aae2ee2ecb Add in area and device to the prometheus labels () 2024-10-30 14:03:10 +13:00
bac6880a1e fix: [climate] Allow substitutions in visual.temperature_step.{target_temperature,current_temperature} () 2024-10-29 16:32:55 -07:00
0982ab58ac fix build error ()
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
2024-10-30 07:53:36 +13:00
38dd566e0c remove use of delay ()
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-10-29 04:12:54 +00:00
71e1e3b5f8 let make new platform implementation in external components ()
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
2024-10-29 16:58:36 +13:00
abbd7faa64 fix(WiFi): Fix strncpy missing NULL terminator [-Werror=stringop-truncation] () 2024-10-29 16:56:50 +13:00
aa0e155e22 Fixes modbus timing error () 2024-10-29 16:52:39 +13:00
0dab280440 Mopeka Pro Check improvement to allow user to configure the sensor reporting for lower quality readings () 2024-10-29 16:49:06 +13:00
90b076eccd Add more prometheus metrics () 2024-10-29 16:43:02 +13:00
444c0fc67f Add asdf to gitignore (and dockerignore) () 2024-10-29 16:09:22 +13:00