Created
May 17, 2023 23:19
-
-
Save bkbilly/4264dbd42d5db89b3540e57f25c0014b to your computer and use it in GitHub Desktop.
This file contains 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: ${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