ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Go to file
Jonathan Swoboda 5ed0046bdd
[esp32] Allow pioarduino version 5.4.1 (#8480)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-03-29 07:28:10 +00:00
.devcontainer Finish up transition from black-format to ruff (#8294) 2025-02-21 13:02:55 -06:00
.github Bump actions/cache from 4.2.2 to 4.2.3 (#8433) 2025-03-19 12:46:38 -10:00
.vscode proto generation updates (#4653) 2023-06-12 17:00:34 +12:00
docker Bump ruff from 0.9.2 to 0.11.0 (#8409) 2025-03-20 09:51:23 -10:00
esphome [esp32] Allow pioarduino version 5.4.1 (#8480) 2025-03-29 07:28:10 +00:00
script Bump ruff from 0.9.2 to 0.11.0 (#8409) 2025-03-20 09:51:23 -10:00
tests [scheduler] Properly handle millis() overflow (#8197) 2025-03-27 02:09:22 -05:00
.clang-format Configure clang-format for consistent pointer alignment (#1890) 2021-06-10 12:55:20 +02:00
.clang-tidy [esp32] Use pioarduino + IDF 5.1.5 as default for IDF builds (#7706) 2024-12-05 02:39:30 -06:00
.coveragerc Unittests for esphome python code (#931) 2020-03-12 14:27:22 -07:00
.dockerignore Add asdf to gitignore (and dockerignore) (#7686) 2024-10-29 16:09:22 +13:00
.editorconfig YAML linting (#3779) 2022-09-06 15:48:01 +12:00
.flake8 [core] Migrate to pyproject.toml (#6737) 2024-05-16 13:19:37 +12:00
.gitattributes Add transparency support to all image types (#4600) 2023-05-22 08:03:21 +12:00
.gitignore Add asdf to gitignore (and dockerignore) (#7686) 2024-10-29 16:09:22 +13:00
.pre-commit-config.yaml Bump ruff from 0.9.2 to 0.11.0 (#8409) 2025-03-20 09:51:23 -10:00
.yamllint Disable truthy yamllint rule (#6442) 2024-03-28 10:20:51 +13:00
CODE_OF_CONDUCT.md Update email addresses (#1733) 2021-05-03 11:51:10 +12:00
CODEOWNERS Revert "[io_bus] Initial implementation" (#8384) 2025-03-11 20:02:01 +13:00
CONTRIBUTING.md Markdown tweaks/updates (#8211) 2025-02-10 10:40:19 +13:00
LICENSE 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
MANIFEST.in Update Manifest to rmeove unused dashboard files and include .c ethernet drivers (#4459) 2023-02-19 19:12:29 +00:00
platformio.ini [audio] Bugfix: fix flac decoding glitches by using esp-audio-libs v1.1.3 (#8431) 2025-03-19 10:14:42 -05:00
pyproject.toml Update wheel requirement from ~=0.43.0 to >=0.43,<0.46 (#8421) 2025-03-20 13:08:25 -10:00
README.md Markdown tweaks/updates (#8211) 2025-02-10 10:40:19 +13:00
requirements_dev.txt [CI] Update clang-tidy to 18.1.8 (#7915) 2024-12-04 15:44:34 -06:00
requirements_optional.txt [font] Add support for "glyphsets" (#7429) 2024-10-31 16:36:23 +13:00
requirements_test.txt Bump pytest-asyncio from 0.23.6 to 0.25.3 (#8447) 2025-03-21 22:19:09 +00:00
requirements.txt Bump aioesphomeapi from 29.6.0 to 29.7.0 (#8448) 2025-03-21 11:44:47 -10:00
sdkconfig.defaults Set ESP32 watchdog to loop task (#2846) 2021-12-02 09:05:42 +13:00