Skip to content

Instantly share code, notes, and snippets.

@ceesvanegmond
Created August 31, 2020 17:55
Show Gist options
  • Save ceesvanegmond/62e298326cdb204e2eb821acf0a36667 to your computer and use it in GitHub Desktop.
Save ceesvanegmond/62e298326cdb204e2eb821acf0a36667 to your computer and use it in GitHub Desktop.
---
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