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:
@@ -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
|
||||
Reference in New Issue
Block a user