Created
August 31, 2020 17:55
-
-
Save ceesvanegmond/62e298326cdb204e2eb821acf0a36667 to your computer and use it in GitHub Desktop.
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
--- | |
esphome: | |
name: esp03 | |
platform: ESP8266 | |
board: esp01_1m | |
board_flash_mode: dout | |
wifi: | |
ssid: !secret wifi_ssid | |
password: !secret wifi_password | |
captive_portal: | |
logger: | |
level: VERY_VERBOSE | |
api: | |
password: !secret esphome_esp03_api_password | |
ota: | |
password: !secret esphome_esp03_ota_password | |
web_server: | |
port: 80 | |
output: | |
- platform: esp8266_pwm | |
id: output_led | |
pin: | |
number: GPIO13 | |
inverted: true | |
light: | |
- platform: monochromatic | |
output: output_led | |
id: light_led |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment