Major changes made to improve reliability of sec+ 1 & 2 communication. Recommended for all users.
Automated firmware release from commit 0ea874b
What's Changed
- Replace SoftwareSerial with hardware UART+RMT on ESP32 by @PaulWieland in #577
- Replace std::function in OnceCallbacks with Callback by @bdraco in #574
- fix: changing all uses of esphome scheduler to nullptr instead of emp… by @akrauze in #576
- Expire stale door state callbacks; use uint32_t scheduler IDs by @mariusmuja in #189
- Switch from isort/black to ruff by @bdraco in #572
- Replace std::function with lightweight Callback in observable pattern by @bdraco in #571
Full Changelog: v1234...v1358