Last active
January 5, 2021 03:11
-
-
Save Didgeridrew/ef8729ac2c9d8afcd5d4421f99d40d61 to your computer and use it in GitHub Desktop.
ESPHome Onboard LED for Rudy
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: binary | |
name: "ESP8266 Onboard LED" | |
output: onboard_led | |
output: | |
- platform: gpio | |
pin: D4 | |
id: onboard_led | |
binary_sensor: | |
- platform: gpio | |
pin: | |
name: "PIR Sensor ESP8266" | |
device_class: motion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment