Advertisement
jesserockz

Untitled

Oct 3rd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. output:
  2. - platform: esp8266_pwm
  3. id: red_output
  4. pin: GPIO12
  5. - platform: esp8266_pwm
  6. id: green_output
  7. pin: GPIO13
  8. - platform: esp8266_pwm
  9. id: blue_output
  10. pin: GPIO14
  11. - platform: esp8266_pwm
  12. id: cold_output
  13. pin: GPIO5
  14. - platform: esp8266_pwm
  15. id: warm_output
  16. pin: GPIO4
  17.  
  18. light:
  19. - platform: rgbww
  20. id: $devicename
  21. name: $friendly_name
  22. red: red_output
  23. green: green_output
  24. blue: blue_output
  25. cold_white: cold_output
  26. warm_white: warm_output
  27. cold_white_color_temperature: 153 mireds
  28. warm_white_color_temperature: 500 mireds
  29. color_interlock: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement