My Home-IoT
Find a file
Jesse Hills 4d0f8528d2
Some checks are pending
CI / Test split components (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check ruff (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / Run script/clang-tidy for ZEPHYR (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
[esp32_camera] Allow sharing i2c bus (#9137)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-06-19 01:31:19 -05:00
.devcontainer Updates for development environment (#8801) 2025-05-22 13:24:34 +12:00
.github Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 in the docker-actions group (#9133) 2025-06-18 21:37:21 +02:00
.vscode proto generation updates (#4653) 2023-06-12 17:00:34 +12:00
docker [docker] Update pip on build (#8835) 2025-05-19 18:22:24 +12:00
esphome [esp32_camera] Allow sharing i2c bus (#9137) 2025-06-19 01:31:19 -05:00
script Reduce code duplication in auto-generated API protocol code (#9097) 2025-06-19 12:10:01 +12:00
tests Add enable_loop_soon_any_context() for thread and ISR-safe loop enabling (#9127) 2025-06-19 13:30:41 +12: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 Add integration tests for host (#8912) 2025-05-26 21:31:32 -05:00
.dockerignore [docker] Use new base container image (#8582) 2025-04-28 11:14:50 +12: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 Deploy doxygen docs to netlify (#8837) 2025-05-19 14:09:38 +12:00
.pre-commit-config.yaml Bump ruff in pre-commit to 0.12.0 (#9121) 2025-06-18 10:54:45 +12:00
.yamllint Disable truthy yamllint rule (#6442) 2024-03-28 10:20:51 +13:00
CODE_OF_CONDUCT.md Update emails from nabucasa to OHF (#8508) 2025-04-03 11:08:46 +13:00
CODEOWNERS Add support for Xiaomi XMWSDJ04MMC (#8591) 2025-06-18 21:49:39 +12:00
CONTRIBUTING.md Markdown tweaks/updates (#8211) 2025-02-10 10:40:19 +13:00
Doxyfile Bump version to 2025.7.0-dev 2025-06-11 23:16:56 +12: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
netlify.toml [api-docs] Move netlify.toml to root (#8861) 2025-05-21 11:43:19 +12:00
platformio.ini Bump ESP32 Arduino version to 3.1.3 (#8604) 2025-06-19 08:16:25 +12:00
pyproject.toml Bump ruff in pre-commit to 0.12.0 (#9121) 2025-06-18 10:54:45 +12:00
README.md Markdown tweaks/updates (#8211) 2025-02-10 10:40:19 +13:00
requirements.txt Bump aioesphomeapi from 32.2.3 to 32.2.4 (#9132) 2025-06-18 19:55:59 +00:00
requirements_dev.txt Bump yamllint from 1.37.0 to 1.37.1 (#8705) 2025-05-08 10:19:23 +12:00
requirements_test.txt Bump pytest from 8.4.0 to 8.4.1 (#9131) 2025-06-18 19:56:26 +00:00
sdkconfig.defaults Set ESP32 watchdog to loop task (#2846) 2021-12-02 09:05:42 +13:00