mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 21:02:20 +01:00
Add duty cycle output component (#894)
* Add duty cycle output component * cleanup + tests * format * duty_cycle -> slow_pwm * . * clang-format * ESP_LOGD -> ESPLOGVV Co-Authored-By: Otto Winter <otto@otto-winter.com>
This commit is contained in:
@@ -317,6 +317,7 @@ CONF_PASSWORD = 'password'
|
||||
CONF_PAYLOAD = 'payload'
|
||||
CONF_PAYLOAD_AVAILABLE = 'payload_available'
|
||||
CONF_PAYLOAD_NOT_AVAILABLE = 'payload_not_available'
|
||||
CONF_PERIOD = 'period'
|
||||
CONF_PHASE_BALANCER = 'phase_balancer'
|
||||
CONF_PIN = 'pin'
|
||||
CONF_PIN_A = 'pin_a'
|
||||
|
Reference in New Issue
Block a user