Initial Commit

This commit is contained in:
Tim
2024-11-17 11:48:44 +01:00
commit 99b5d87c17
14 changed files with 999 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
esphome:
name: epaper75
esp32:
board: esp32dev
framework:
type: arduino
# 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: "Epaper75 Fallback Hotspot"
password: "FALLBACKPW"
captive_portal:
i2c:
sda: 21
scl: 22
scan: True
sensor:
- platform: aht10
temperature:
name: "Outside Temperature"
humidity:
name: "Outside Pressure"
update_interval: 60s