esphome/esphome
David Woodhouse fb96e3588d
Some checks are pending
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (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 / 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 / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Waiting to run
Add H-Bridge switch component (#7421)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-12-02 02:16:58 -06:00
..
components Add H-Bridge switch component (#7421) 2024-12-02 02:16:58 -06:00
core Fix recalc_timestamp_utc (#7894) 2024-11-29 13:05:00 -08:00
dashboard Ensure storage I/O for ignored devices runs in the executor (#7792) 2024-11-22 09:41:31 +13:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00
__main__.py Cast port to int for ota pushing (#7888) 2024-12-01 17:10:18 +01:00
automation.py [automation] Implement all and any condition shortcuts (#7565) 2024-10-16 16:23:43 +13:00
codegen.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
config.py [config] Fix crash with empty substitutions block (#7612) 2024-10-17 13:32:22 +13:00
config_helpers.py [core] Fix package merging with lists of primitives (#6952) 2024-06-20 20:09:00 -05:00
config_validation.py Fix entity name validation to allow "Off" and "On" (#7821) 2024-11-26 10:50:16 +01:00
const.py add on_key trigger to matrix_keypad (#7830) 2024-11-26 13:21:47 +13:00
coroutine.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
cpp_generator.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
cpp_helpers.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
cpp_types.py Improve 'body' handling in http_request on_response triggers (#6968) 2024-06-26 11:50:54 +12:00
espota2.py OTA: Fix IPv6 and multiple address support (#7414) 2024-11-08 16:38:13 +13:00
external_files.py [micro_wake_word] Remove duplicated download code (#7401) 2024-09-05 12:49:01 +12:00
final_validate.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
git.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
helpers.py OTA: Fix IPv6 and multiple address support (#7414) 2024-11-08 16:38:13 +13:00
idf_component.yml Bump mDNS and follow ruff's suggestions (#7308) 2024-09-03 10:16:59 +12:00
loader.py [core] Eliminate nuisance messages from build_codeowners (#7185) 2024-08-05 14:04:06 +12:00
log.py Suppress full config output of "esphome config" when -q option is used. (#5852) 2023-12-05 08:52:02 +09:00
mqtt.py OTA: Fix IPv6 and multiple address support (#7414) 2024-11-08 16:38:13 +13:00
pins.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
platformio_api.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
schema_extractors.py Bump black from 23.12.1 to 24.2.0 (#6221) 2024-02-21 15:53:50 +13:00
storage_json.py Support ignoring discovered devices from the dashboard (#7665) 2024-10-25 07:55:14 +13:00
types.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
util.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
voluptuous_schema.py [config_validation] Fix bug with extras on schemas (#7497) 2024-09-26 00:34:27 +00:00
vscode.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
wizard.py [rp2040] Always use maxgerhardt platform fork (#7514) 2024-10-01 13:37:08 +13:00
writer.py unified way how all platforms handle copy_files (#7614) 2024-10-24 10:04:59 +13:00
yaml_util.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
zeroconf.py Fix dashboard ip resolving (#7747) 2024-11-11 08:55:19 +13:00