Skip to content

Instantly share code, notes, and snippets.

@bkbilly
Created May 17, 2023 23:19
Show Gist options
  • Save bkbilly/4264dbd42d5db89b3540e57f25c0014b to your computer and use it in GitHub Desktop.
Save bkbilly/4264dbd42d5db89b3540e57f25c0014b to your computer and use it in GitHub Desktop.
esphome:
name: ${name}
friendly_name: ${friendly_name}
name_add_mac_suffix: true
project:
name: bkbilly.smartdevice
version: "1.0"
logger:
captive_portal:
api:
encryption:
key: !secret api_pass
ota:
password: !secret ota_pass
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
web_server:
port: 80
local: true
auth:
username: admin
password: !secret web_server_password
dashboard_import:
package_import_url: https://gist.github.com/bkbilly/4264dbd42d5db89b3540e57f25c0014b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment