Created
January 14, 2021 22:40
-
-
Save doismellburning/a306826cb4c9ac9de56130f6fd535d75 to your computer and use it in GitHub Desktop.
bed-light-button-kristian.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
light: | |
- platform: fastled_clockless | |
chipset: SK6812 | |
name: "LED" | |
pin: GPIO27 | |
id: led | |
num_leds: 1 | |
binary_sensor: | |
- platform: gpio | |
name: "Goodnight" | |
pin: GPIO39 | |
filters: | |
- invert: | |
on_click: | |
then: | |
- light.turn_on: | |
id: led | |
brightness: 50% | |
red: 0% | |
green: 100% | |
blue: 0% | |
on_double_click: | |
then: | |
- light.turn_on: | |
id: led | |
brightness: 50% | |
red: 100% | |
green: 0% | |
blue: 0% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment