Added Test for I2c and AHT20 to Mini OLED

Datei zum Testen von I2c
Aht 20 zu Mini Oled Hinzugefügt und eingebaut
This commit is contained in:
Tim
2025-01-12 21:42:06 +01:00
parent 4843cf9d91
commit 74d4adef50
2 changed files with 51 additions and 21 deletions
+33
View File
@@ -0,0 +1,33 @@
esphome:
name: oled-tim-mini
friendly_name: OLED Tim Mini
esp8266:
board: esp01_1m
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "tY/skPnkQn1sZRBYYJ4LL571z+aA1P463WvaX58ju2w="
ota:
platform: esphome
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esphome-Web-D05329"
password: "ZqgvIQnFz4Ib"
captive_portal:
i2c:
sda: 4 #Lila / D2
scl: 5 #Grau / D1
scan: True