Add complete ESP32 Waveshare e-paper dashboard implementation for Home Assistant #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements a comprehensive Home Assistant dashboard solution for ESP32 microcontrollers with Waveshare e-paper displays, powered by ESPHome.
Overview
Provides a production-ready dashboard that displays real-time information from Home Assistant on low-power e-ink screens. Users can have a working dashboard in approximately 30 minutes.
What's Included
Core Implementation
Main Configuration (
esp32-dashboard.yaml)Example Configurations
Four ready-to-use example configurations for different use cases:
examples/esp32-dashboard-basic.yaml) - Minimal setup perfect for testing and learningexamples/esp32-dashboard-weather.yaml) - Weather-focused dashboard with detailed forecasts and iconsexamples/esp32-dashboard-small.yaml) - Optimized layouts for 2.9" and 2.13" displaysexamples/esp32-dashboard-battery.yaml) - Power-efficient configuration with deep sleep modeComprehensive Documentation (2,600+ lines)
Supporting Files
templates/custom-template.yaml) - Fully commented template with inline documentation and examplesscripts/install-fonts.sh) - Automated script to download required fontssecrets.yaml.example) - Template for WiFi and API credentialsFeatures
Display Features
Hardware Support
Power Management
Connectivity
Technical Details
Default Pin Configuration:
Stack:
Getting Started
See QUICKSTART.md for detailed step-by-step instructions.
Quality Assurance
User Experience
Designed for multiple user personas:
Repository Statistics
License
MIT License - Free for personal and commercial use
This implementation provides a complete, production-ready solution that users can deploy immediately and customize to their specific needs.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.