mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
d32db7904a9f53dd697d5e8504dee1d2da968cef
Drops the mdns_pump_update() trampoline. It existed because start_polling_window_ lived in mdns_component.cpp which can't see the platform's MDNS global. Moving start_polling_window_ into each platform cpp lets the set_interval lambda call MDNS.update() directly — no forward decl, no ODR comment, no indirection.
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
