From 6fb5ff98649853d3ccb3c997edc7c9f00ea804d7 Mon Sep 17 00:00:00 2001 From: balk77 Date: Tue, 17 Dec 2024 20:38:30 +0100 Subject: [PATCH] Update Readme.md --- Docs/Readme.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Docs/Readme.md b/Docs/Readme.md index 1dd29da..c1d547a 100644 --- a/Docs/Readme.md +++ b/Docs/Readme.md @@ -1,12 +1,16 @@ # Getting Started In order to get started with a 3 bar module, you should -1. Clone the repository to your computer -2. Make sure you have [ESPHome](https://esphome.io) installed -3. Copy the file [3pages_TotalExample.yml](/examples/3pages_TotalExample.yml) to the root of the repository -4. Create a file secrets.yaml and add the following - - wifi_ssid: "YOUR_SSID" - - wifi_password: "YOUR_PASSWORD" -5. +1. Make sure you have [ESPHome](https://esphome.io) installed +2. Copy the file [3pages_TotalExample.yml](/examples/3pages_TotalExample.yml) to the root of the repository +3. Create a file secrets.yaml and add the following +``` +wifi_ssid: "YOUR_SSID" +wifi_password: "YOUR_PASSWORD" +``` +5. modify the yml file to your liking (optional) +6. Compile (Install, manual download) and download in modern format +7. Connect the B+ to your computer +8. Open a compatible browser such as Chrome and visit https://web.esphome.io