From d7ceb43164bfbf928ac92b7d59a5ef05b7677a38 Mon Sep 17 00:00:00 2001 From: balk77 Date: Tue, 17 Dec 2024 17:27:51 +0100 Subject: [PATCH] Update Readme.md --- Docs/Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Docs/Readme.md b/Docs/Readme.md index d67064b..1dd29da 100644 --- a/Docs/Readme.md +++ b/Docs/Readme.md @@ -1 +1,14 @@ +# 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. + + + + Read me