mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 03:08:21 -07:00
814b265d40e48c2f155238db8f7370c0e134c327
Remove virtual from Component::call_dump_config() since only MQTTComponent overrode it. The MQTT override skipped dump_config for internal entities, which unnecessarily hid useful debug info from startup logs. The is_internal flag means "don't expose to Home Assistant", not "don't log config". This also removes one vtable entry from every Component subclass and eliminates the indirect call overhead.
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
262 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
