This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This ESPHome configuration file is for a GeekMagic Display device (esp01). | |
# It sets up the device to display pages of text and notifications, | |
# with customizable intervals and padding. The display is updated | |
# periodically and can show different pages based on Home Assistant sensors. | |
# The configuration includes: | |
# - WiFi setup with fallback hotspot | |
# - Web server for remote access | |
# Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
esphome: | |
name: doorbell | |
platform: ESP8266 | |
board: esp01_1m | |
# WiFi connection, correct these | |
# with values for your WiFi. | |
wifi: | |
ssid: !secret wifi_ssid |