mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
feat/nrf52_pwm
- 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
571 MiB
Languages
C++
58.6%
Python
40.8%
C
0.3%
JavaScript
0.2%
