Commit Graph

  • f042c6e643 Fix recalc_timestamp_utc (#7894) Krzysztof Zdulski 2024-11-29 22:05:00 +01:00
  • 5fcd26bfe9 [st7920] Remove unnecessary warning when drawing outside display bounds (#7868) Jesse Hills 2024-11-28 16:57:11 +13:00
  • 5717d557f5 Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. (#7840) FreeBear-nc 2024-11-28 03:56:37 +00:00
  • 3bac45e737 [online_image]Don't access decoder if not initialized (#7882) guillempages 2024-11-28 04:55:20 +01:00
  • e623989878 fix local time timestamp calculation (#7807) Samuel Sieb 2024-11-25 14:15:01 -10:00
  • 39cbc6b183 [opentherm] Fix out of memory errors on ESP8266 (#7835) Oleg Tarasov 2024-11-26 00:47:01 +03:00
  • 749a5e3348 [modbus] More clean-up (#7921) Keith Burzinski 2024-12-05 20:41:53 -06:00
  • b0e3ac01e8 Update project description (#7928) Jesse Hills 2024-12-06 15:24:20 +13:00
  • 58123845ff Move docker oci labels to correct image (#7927) Jesse Hills 2024-12-06 14:11:11 +13:00
  • bfd75d736c Add OCI Image Labels (#7924) alorente 2024-12-06 01:21:14 +01:00
  • 4e3195b474 [esp32] Fix crash with empty platformio_options: value (#7920) Clyde Stubbs 2024-12-06 11:16:59 +11:00
  • d3a71a1d45 Bump actions/cache from 4.1.2 to 4.2.0 in /.github/actions/restore-python (#7925) dependabot[bot] 2024-12-06 13:11:46 +13:00
  • 555bdac604 Bump actions/cache from 4.1.2 to 4.2.0 (#7926) dependabot[bot] 2024-12-06 13:11:31 +13:00
  • acc8d24a32 [esp32] Use pioarduino + IDF 5.1.5 as default for IDF builds (#7706) Keith Burzinski 2024-12-05 02:39:30 -06:00
  • f3cc1e541a [esp32_rmt_led_strip] Add `COMPONENT_SCHEMA` extending (#7918) Jesse Hills 2024-12-05 16:44:59 +13:00
  • ece72c6b18 [i2s_audio] Speaker type fix (#7919) Keith Burzinski 2024-12-04 21:03:38 -06:00
  • 4e839d42d0 [CI] Update clang-tidy to 18.1.8 (#7915) Sebastian Muszynski 2024-12-04 22:44:34 +01:00
  • d429aa8bb8 Haier AC quiet mode switch fix (#7902) Pavlo Dudnytskyi 2024-12-04 22:43:00 +01:00
  • 472402745d [i2s_audio] Bugfix: Follow configured bits per sample (#7916) Kevin Ahrendt 2024-12-04 16:18:14 -05:00
  • 016fac2496 Add strftime variant with background color (#7714) mikosoft83 2024-12-04 01:18:00 +01:00
  • 79478cdb8a [sntp] Resolve warnings from ESP-IDF 5.x (#7913) Clyde Stubbs 2024-12-04 11:13:07 +11:00
  • dbed74b50d [docker] Fix clang-tidy installation (#7910) Keith Burzinski 2024-12-03 17:26:27 -06:00
  • d00ec7e544 [helpers] clang-tidy fix for #7706 (#7909) Keith Burzinski 2024-12-03 17:23:17 -06:00
  • a37ff2dbd9 [lvgl] Fix msgbox content (#7912) Clyde Stubbs 2024-12-04 07:48:50 +11:00
  • 00ddb0a427 [font] Restore correct default glyphs for bitmap fonts (#7907) Clyde Stubbs 2024-12-03 17:50:56 +11:00
  • c95887a14a [lvgl] Bugfixes (#7896) Clyde Stubbs 2024-12-03 17:50:11 +11:00
  • dc5942a59b [ble] Allow setting shorter name for ble advertisements (#7867) Jesse Hills 2024-12-03 18:38:44 +13:00
  • 584dbf2668 MQTT sensors handling of publishing NaN values (#7768) kbullet 2024-12-03 06:50:05 +07:00
  • 9c8976be13 [CI] Update clang-tidy to 18.1.3 (#7822) Keith Burzinski 2024-12-02 16:29:45 -06:00
  • e08a9cc3a3 [font et. al.] Remove explicit check for pillow installed. (#7891) Clyde Stubbs 2024-12-03 09:27:51 +11:00
  • b79a3d6727 [CI] Bump GHA runners to `ubuntu-24.04` (#7905) Keith Burzinski 2024-12-02 11:42:44 -06:00
  • fb96e3588d Add H-Bridge switch component (#7421) David Woodhouse 2024-12-02 08:16:58 +00:00
  • edd847ea40 [modbus_controller] Clang fixes (#7899) Keith Burzinski 2024-12-01 18:27:32 -06:00
  • 83d6834e27 Cast port to int for ota pushing (#7888) Jesse Hills 2024-12-02 05:10:18 +13:00
  • 8f69d07061 [hx711] clang-tidy fixes for #7822 (#7900) Keith Burzinski 2024-12-01 10:08:52 -06:00
  • 30477c764d Fix recalc_timestamp_utc (#7894) Krzysztof Zdulski 2024-11-29 22:05:00 +01:00
  • 217a80a178 [st7920] Remove unnecessary warning when drawing outside display bounds (#7868) Jesse Hills 2024-11-28 16:57:11 +13:00
  • 5486b40aab Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. (#7840) FreeBear-nc 2024-11-28 03:56:37 +00:00
  • beb8ab50e2 [online_image]Don't access decoder if not initialized (#7882) guillempages 2024-11-28 04:55:20 +01:00
  • 7cdf5b55ef [deep_sleep] fix deep_sleep not keeping awake when sleep_duration is defined (#7885) Max Slotov 2024-11-28 05:51:07 +02:00
  • c9b0490305 [lvgl] Make image update via lambda work (#7886) Clyde Stubbs 2024-11-28 14:48:48 +11:00
  • d305870284 [network] clang-tidy fixes for #7822 (#7870) Keith Burzinski 2024-11-27 16:25:34 -06:00
  • ff5004d7db [dht] clang-tidy fixes for #7822 (#7871) Keith Burzinski 2024-11-27 16:25:15 -06:00
  • 7aa3a1a1cc [apds9306] clang-tidy fixes for #7822 (#7872) Keith Burzinski 2024-11-27 16:25:00 -06:00
  • e124151e5c [ezo] clang-tidy fixes for #7822 (#7873) Keith Burzinski 2024-11-27 16:24:43 -06:00
  • e229ed0da3 [logger] clang-tidy fixes for #7822 (#7875) Keith Burzinski 2024-11-27 16:23:40 -06:00
  • 12cdeca48a [various] clang-tidy fixes for #7822 (#7874) Keith Burzinski 2024-11-27 16:23:20 -06:00
  • a825ef59d4 [nextion] clang-tidy fixes for #7822 (#7878) Keith Burzinski 2024-11-27 16:22:37 -06:00
  • 65a5216d17 [pca6416a, pca9554] clang-tidy fixes for #7822 (#7879) Keith Burzinski 2024-11-27 16:22:18 -06:00
  • 567256bd62 [rotary_encoder] clang-tidy fixes for #7822 (#7880) Keith Burzinski 2024-11-27 16:21:10 -06:00
  • 4da57c35d0 [uln2003] clang-tidy fixes for #7822 (#7881) Keith Burzinski 2024-11-27 16:20:51 -06:00
  • f2e8e655ba [mqtt] clang-tidy fixes for #7822 (#7877) Keith Burzinski 2024-11-27 16:19:41 -06:00
  • 8439232b11 [esp32_ble] clang-tidy fixes for #7822 (#7883) Keith Burzinski 2024-11-27 16:18:43 -06:00
  • e6c730ab10 [max31865] clang-tidy fixes for #7822 (#7876) Keith Burzinski 2024-11-27 16:16:54 -06:00
  • e49df765d2 Merge branch 'release' into dev Jesse Hills 2024-11-28 07:22:24 +13:00
  • e6da55b925 Merge pull request #7869 from esphome/bump-2024.11.2 2024.11.2 Jesse Hills 2024-11-28 07:21:44 +13:00
  • c894645747 Bump version to 2024.11.2 Jesse Hills 2024-11-27 14:06:21 +13:00
  • 2539cba610 [honeywell] use warning instead of failing (#7862) Samuel Sieb 2024-11-26 00:05:20 -10:00
  • 5ddbe5cdba [wifi] fix 32 char SSIDs (#7834) Samuel Sieb 2024-11-25 13:58:21 -10:00
  • 4c7552eca4 keypad binary sensors should be initially off (#7808) Samuel Sieb 2024-11-24 12:40:51 -10:00
  • 72bf0086e4 [fix] Status sensor does not check if required network component is missing (#7734) Ramil Valitov 2024-11-25 01:23:30 +03:00
  • 1b91e0027b [Modbus Controller] Fix issue #6477. Online automation triggering Offline (#7801) TFGF 2024-11-24 19:15:10 -03:00
  • e9851e7eb2 fix modbus crashing when bad data returned (#7810) Samuel Sieb 2024-11-24 10:42:46 -10:00
  • 80fedbc1a5 [qspi_dbi] Fix init sequences (Bugfix) (#7805) Clyde Stubbs 2024-11-25 07:27:09 +11:00
  • a4a71797d9 [docker] Leave run-time required libraries installed. (#7804) Clyde Stubbs 2024-11-25 07:25:51 +11:00
  • 4a97064b2c [lvgl] Bugfixes (#7803) Clyde Stubbs 2024-11-25 07:25:16 +11:00
  • a3ef2ed7fd python lint for platform components (#7864) tomaszduda23 2024-11-26 21:56:43 +01:00
  • 3a8b41daa3 Bump docker/build-push-action from 6.9.0 to 6.10.0 in /.github/actions/build-image (#7866) dependabot[bot] 2024-11-26 21:06:56 +01:00
  • 921be1a17c Move `USE_CAPTIVE_PORTAL` into all define groups it can be used with (#7863) Jesse Hills 2024-11-27 07:09:16 +13:00
  • e3d673d16c [helpers, optional] clang-tidy fixes for #7822 (#7841) Keith Burzinski 2024-11-26 12:08:02 -06:00
  • 39f3f795e2 [mqtt] clang-tidy fixes for #7822 (#7851) Keith Burzinski 2024-11-26 12:07:53 -06:00
  • 53691d28a8 [haier] clang-tidy fixes for #7822 (#7849) Keith Burzinski 2024-11-26 12:07:42 -06:00
  • 3730b0310b [sprinkler] clang-tidy fixes for #7822 (#7857) Keith Burzinski 2024-11-26 12:07:36 -06:00
  • 2b9013699d [alarm_control_panel] clang-tidy fixes for #7822 (#7845) Keith Burzinski 2024-11-26 04:05:39 -06:00
  • be78827274 [honeywell] use warning instead of failing (#7862) Samuel Sieb 2024-11-26 00:05:20 -10:00
  • cd1ee96606 [cse7766] clang-tidy fixes for #7822 (#7846) Keith Burzinski 2024-11-26 04:04:50 -06:00
  • 2fa8d907b3 [ltr501] clang-tidy fixes for #7822 (#7850) Keith Burzinski 2024-11-26 04:01:34 -06:00
  • 4c383906c4 [pipsolar] clang-tidy fixes for #7822 (#7855) Keith Burzinski 2024-11-26 04:00:40 -06:00
  • bdc6302ea1 [sun_gtil2] clang-tidy fixes for #7822 (#7858) Keith Burzinski 2024-11-26 04:00:03 -06:00
  • 31c13e4c16 [output] clang-tidy fixes for #7822 (#7854) Keith Burzinski 2024-11-26 03:59:29 -06:00
  • 6b59f55a50 [nfc, pn532, pn7150, pn7160] clang-tidy fixes for #7822 (#7853) Keith Burzinski 2024-11-26 03:58:18 -06:00
  • e6bd2238ce [sim800l] clang-tidy fixes for #7822 (#7856) Keith Burzinski 2024-11-26 03:54:16 -06:00
  • 2d4688a206 [shelly_dimmer] clang-tidy fixes for #7822 (#7844) Keith Burzinski 2024-11-26 03:53:23 -06:00
  • 536bcab5de [nextion] clang-tidy fixes for #7822 (#7852) Keith Burzinski 2024-11-26 03:52:57 -06:00
  • 1c2d2bce5a [display_menu_base] clang-tidy fixes for #7822 (#7847) Keith Burzinski 2024-11-26 03:52:26 -06:00
  • 2eac8b6c46 [camera_web_server] Use header instead of mock struct (#7823) Keith Burzinski 2024-11-26 03:50:33 -06:00
  • 6e50e2aa65 Fix entity name validation to allow "Off" and "On" (#7821) Jesse Hills 2024-11-26 22:50:16 +13:00
  • 841d278224 [dsmr] clang-tidy fixes for #7822 (#7848) Keith Burzinski 2024-11-26 03:47:57 -06:00
  • 11076e4614 [wireguard] clang-tidy fixes for #7822 (#7859) Keith Burzinski 2024-11-26 03:47:24 -06:00
  • 72df3d1606 [xiaomi_ble] clang-tidy fixes for #7822 (#7860) Keith Burzinski 2024-11-26 03:37:20 -06:00
  • ae6736311a [lvgl] clang-tidy fixes for #7822 (#7843) Keith Burzinski 2024-11-25 22:29:36 -06:00
  • c0dcecc465 Add: Seeed Studio mr60fda2 mmwave sensor (#7576) Citric Lee 2024-11-26 08:53:21 +08:00
  • d9d368d38e add on_key trigger to matrix_keypad (#7830) Samuel Sieb 2024-11-25 14:21:47 -10:00
  • a70cee1dc1 fix local time timestamp calculation (#7807) Samuel Sieb 2024-11-25 14:15:01 -10:00
  • f4766ab74f [wifi] fix 32 char SSIDs (#7834) Samuel Sieb 2024-11-25 13:58:21 -10:00
  • 4fbf41472a [CI] Add/update some system include paths (#7831) Keith Burzinski 2024-11-25 17:41:27 -06:00
  • 6ee02c47c2 [homeassistant.number] Return when value not set (#7839) Keith Burzinski 2024-11-25 16:42:12 -06:00
  • 140d77061b added Waveshare BWR Mode for the 7.5in Display (#7687) JonasB2497 2024-11-25 23:29:58 +01:00
  • d6f4f05090 Add waveshare 1 45 in v2 b support (#7052) programmingbgloDE 2024-11-25 23:26:48 +01:00
  • bdb91112ea [helpers] Add NOLINT for Mutex private field `handle_` (#7838) Keith Burzinski 2024-11-25 16:20:03 -06:00