mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 21:53:48 +00:00
2debf04a48f95e3157bd266868ec82f65a38ce04
- Change .add() to .insert() - Change .remove() to .erase() - Change .contains() to .count() > 0 - Consistent with std::set API
Description
Languages
C++
64.8%
Python
35%
C
0.1%
