mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
bfb473e1e55d87285de30605ed5a0c161e17182a
- Store period_ns: int on PWMBlock instead of frequency: float, eliminating float equality comparison for block grouping and the conversion in to_code - Replace hardcoded "zephyr_pwm" platform filter string with DOMAIN - Add _pin_schema to reject allow_other_uses: true, letting the pin registry catch duplicate pins automatically - Fix PWMBlock.pins type from list[Any] to list[int]
[git] Fix device adoption failing on first attempt: lock the clone cache against concurrent resolutions (#17923)
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%
