Skip to content

Commit

Permalink
No white channels whilst
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed May 8, 2023
1 parent 5b03540 commit b9688c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esphome/common/h801_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ output:

# RGB, RGBW, RGBWW also available
light:
- platform: rgbww
- platform: rgb
name: ${friendly_name}
red: pwm_r
green: pwm_g
blue: pwm_b
cold_white: pwm_w1
warm_white: pwm_w2
#cold_white: pwm_w1
#warm_white: pwm_w2
id: thelight
effects:
- random:
Expand Down

0 comments on commit b9688c6

Please sign in to comment.