mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
d86bdb36cfec995bad1729ffb3e29510360a5dc6
- handle_search_cmpl_ takes the event status: a failed discovery no longer reads as a clean zero-service success (the empty cached database satisfies the count calls), and the table invalidation plus param step-down still run on the failure path - A late successful OPEN_EVT on a slot the teardown net already gave up is closed instead of leaking a live controller link with no conn id - The counting pass logs its failure like the two paths below it - static_assert pins the wrapper's compile-time streamer detection; a signature drift would silently fall back to a table proxy builds compile without - find_characteristic/find_cccd range math widened to 32-bit (correct by type; the wrapped-end case was already loop-safe)
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
575 MiB
Languages
C++
58.3%
Python
41.1%
C
0.3%
JavaScript
0.2%
