From e40b6def34cb6bcfd14bab77345efdbc368c1e8f Mon Sep 17 00:00:00 2001 From: randy197 <95954158+randy197@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:49:39 +0930 Subject: [PATCH] Create eko_wall_plugs.yaml --- eko_wall_plugs.yaml | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 eko_wall_plugs.yaml diff --git a/eko_wall_plugs.yaml b/eko_wall_plugs.yaml new file mode 100644 index 0000000..e0a4352 --- /dev/null +++ b/eko_wall_plugs.yaml @@ -0,0 +1,52 @@ +# These substitutions allow the end user to override certain values +substitutions: + name: "project-template" + +esphome: + name: "${name}" + # Automatically add the mac address to the name + # so you can use a single firmware for all devices + name_add_mac_suffix: true + + # This will allow for (future) project identification, + # configuration and updates. + project: + name: esphome.project-template + version: "1.0" + +esp8266: + board: d1_mini + +# To be able to get logs from the device via serial and api. +logger: + +# API is a requirement of the dashboard import. +api: + +# OTA is required for Over-the-Air updating +ota: + +# This should point to the public location of this yaml file. +dashboard_import: + package_import_url: github://esphome/esphome-project-template/project-template-esp8266.yaml@main + +wifi: + # Set up a wifi access point using the device name above + ap: + password: "12345678" + +# In combination with the `ap` this allows the user +# to provision wifi credentials to the device. +captive_portal: + + +########################################################## +# Most projects should not remove anything from above here +# and should just modify the name, project name/version +# and git url for the dashboard_import +########################################################## + + +# Sets up the improv via serial client for Wi-Fi provisioning. +# Handy if your device has a usb port for the user to add credentials when they first get it. +improv_serial: