mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
c32f6f629b535f007095218b2ce6369fffc23f9e
The setup_<X>_core_ functions are decorated with @setup_entity, which calls finalize_entity_strings() before returning. queue_entity_register() must run before that so the combined App.register_<entity>(var, name, hash, packed) emission is selected; otherwise finalize falls back to configure_entity_ and no register call is emitted. Reported by Copilot review on PR #16030.
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
613 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
