From 8c823c7c88fbfc92bdccda86dd38618e42fefb04 Mon Sep 17 00:00:00 2001
From: teuserer <n39@justprojects.de>
Date: Mon, 29 Jul 2024 22:19:44 +0200
Subject: [PATCH 1/2] README.md aktualisiert

Fix typos
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b5c325c..cce9ce8 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,12 @@ http://ir-blaster.n39.eu
     ```
 2. esphome installieren
     ```bash
-    pip installv esphome
+    pip install esphome
     ```
 3. `secrets.yaml` anlegen:
     ```yaml
     WifiPassword: "changeme"
-    OtaPassword: "chamgeme"
+    OtaPassword: "changeme"
     ```
 4. config hochladen
     ```bash

From f623398284c43359a2a07e924a683ca9c3028700 Mon Sep 17 00:00:00 2001
From: subDesTagesMitExtraKaese <jmueller@justprojects.de>
Date: Mon, 3 Mar 2025 11:41:13 +0100
Subject: [PATCH 2/2] update platform syntax

---
 config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index 374029b..89ce28f 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,6 +1,6 @@
 esphome:
   name: ir-blaster
-  platform: ESP8266
+esp8266:
   board: d1_mini
 
 wifi: