mirror of
https://github.com/esphome/esphome.git
synced 2024-12-11 14:49:20 +01:00
fb96e3588d
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
17 lines
295 B
YAML
17 lines
295 B
YAML
substitutions:
|
|
pwm_platform: "esp8266_pwm"
|
|
output1_pin: "4"
|
|
output2_pin: "5"
|
|
output3_pin: "12"
|
|
output4_pin: "13"
|
|
hbridge_on_pin: "14"
|
|
hbridge_off_pin: "15"
|
|
|
|
packages:
|
|
common: !include common.yaml
|
|
|
|
switch:
|
|
- id: !extend switch_hbridge
|
|
pulse_length: 60ms
|
|
wait_time: 10ms
|