From 19584c17d14a212aebfa77138a252bf5d28c3520 Mon Sep 17 00:00:00 2001 From: subDesTagesMitExtraKaese Date: Mon, 15 Jul 2024 00:55:37 +0200 Subject: [PATCH] add step to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31cef24..24920ce 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,12 @@ http://ir-blaster.n39.eu ```bash pip installv esphome ``` -3. config hochladen +3. `secrets.yaml` anlegen: + ```yaml + WifiPassword: "changeme" + OtaPassword: "chamgeme" + ``` +4. config hochladen ```bash esphome run config.yaml ```