mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
7f5de80f8123ccac20d627e8adaa83f80e493606
`track_yaml_loads` already returns resolved Path objects, so re-wrapping each entry in `Path(...).resolve()` was a no-op. The OR'd `Path(path).name in SECRETS_FILES` branch always evaluated the same as the first check on the resolved name; removing it. Document the symlink edge case the resolver swallows so a future change to the loader can revisit it.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
