mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:01:01 +00:00
3ad851993f107225a74b2b2703881d3506583a5d
Memory impact analysis gathered candidate platforms from all test files (including variant test-*.yaml) but the CI build runs test_build_components.py with --base-only, which only compiles base test.<platform>.yaml files. It could therefore select a platform that no changed component has a base test for, leaving the merged build with nothing to compile and failing memory extraction. Detect platforms using the same base-test discovery as the runner via a shared get_component_test_platforms helper, and keep only components that have a base test on the selected platform, falling back to the platform supported by the most components when a hint picks an unbuildable one.
[dmsr] [breaking] Fix decryption that uses custom auth key. Add CRC to telegram sensor. Automatic hex string detection in equipment_id fields. Support EON Hungary smart meters (#16561)
[dmsr] [breaking] Fix decryption that uses custom auth key. Add CRC to telegram sensor. Automatic hex string detection in equipment_id fields. Support EON Hungary smart meters (#16561)
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
393 MiB
Languages
C++
60.7%
Python
38.9%
C
0.3%
