esphome/esphome
2024-06-19 21:52:47 +12:00
..
components [network] Default ipv6 to false to always set the flags (#6937) 2024-06-19 15:37:43 +12:00
core [core] Update Entities (#6885) 2024-06-12 09:57:36 +12:00
dashboard WebSocket overrides check_origin for reverse proxy configuration (#6845) 2024-06-12 13:19:18 +12:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00
__main__.py [host] Execute host program when using run command (#6897) 2024-06-13 10:31:08 +12:00
automation.py Extract core comments from #6241 (#6643) 2024-04-26 21:41:43 +10:00
codegen.py [http_request] Add esp-idf and rp2040 support (#3256) 2024-06-09 15:15:29 -05:00
config_helpers.py [core] Fix some extends cases (#6748) 2024-05-16 14:11:54 +12:00
config_validation.py [config] Allow file: scheme for git external components (#6844) 2024-06-06 07:27:06 +12:00
config.py [config] Early termination of validation steps on error (#6837) 2024-06-12 13:26:43 +12:00
const.py Bump version to 2024.6.0 2024-06-19 21:52:47 +12:00
coroutine.py Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00
cpp_generator.py Typing hint and doc fixes (#6729) 2024-05-13 15:21:02 +12:00
cpp_helpers.py Uncouple safe_mode from OTA (#6759) 2024-05-22 13:08:53 +12:00
cpp_types.py [http_request] Add esp-idf and rp2040 support (#3256) 2024-06-09 15:15:29 -05:00
espota2.py
external_files.py download font from url on build (#5254) 2024-03-13 12:07:40 +13:00
final_validate.py Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00
git.py minor refactor to allow commit hash as ref value. (#6446) 2024-04-02 15:32:40 +13:00
helpers.py
loader.py Bump pylint from 3.0.3 to 3.1.0 (#6287) 2024-04-16 10:59:44 +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 fix streaming logs from MQTT for ESP32 devices using TLS (#6605) 2024-04-23 10:50:41 +12:00
pins.py Skip gpio validation (#5615) 2024-05-16 11:49:04 +12:00
platformio_api.py Fix outdated filter string in platformio_api (#4587) 2023-03-19 19:11:18 +00: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 Refactor StorageJSON to keep loaded_integrations a set until its converted to JSON (#5793) 2023-11-19 22:31:00 -05:00
types.py Bump black from 23.12.1 to 24.2.0 (#6221) 2024-02-21 15:53:50 +13:00
util.py Checks for pins used in multiple places (#5666) 2023-12-05 08:56:53 +09:00
voluptuous_schema.py Bump voluptuous from 0.14.1 to 0.14.2 (#6181) 2024-02-21 16:57:38 +13:00
vscode.py Fix editor live validation (#6431) 2024-03-27 12:17:30 +13:00
wizard.py add rp2040 support to the wizard (#6239) 2024-05-20 12:42:30 +12:00
writer.py image: allow the image to by auto-loaded by animation (#5139) 2023-12-20 20:59:46 +09:00
yaml_util.py allow defaults with no include vars (#6613) 2024-04-30 15:47:40 +12:00
zeroconf.py