1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Allow setting htop for ledc (#6340)

This commit is contained in:
Gagootron
2024-03-20 09:17:32 +01:00
committed by GitHub
parent b95a7f6438
commit b0db7319f9
5 changed files with 26 additions and 2 deletions

View File

@@ -2,9 +2,12 @@ output:
- platform: ledc
id: light_output_1
pin: 1
channel: 0
- platform: ledc
id: light_output_2
pin: 2
channel: 1
phase_angle: 180°
light:
- platform: cwww

View File

@@ -2,9 +2,12 @@ output:
- platform: ledc
id: light_output_1
pin: 12
channel: 0
- platform: ledc
id: light_output_2
pin: 13
channel: 1
phase_angle: 180°
light:
- platform: cwww