eInk_dashboard
Python-based server to display an Home Assistant dashboard on low end and obsolete hardware. It works best on eInk displays.
File Explorer
- ci.yml
- .gitkeep
- ha-offline-landing-page.md
- formatting.md
- hassCommunicationsCoordinator.py
- htmlGenerator.py
- htmlTemplates.py
- arrow_down.svg
- arrow_up.svg
- favicon.ico
- clear-night.svg
- cloudy.svg
- fog.svg
- hail.svg
- lightning-rainy.svg
- lightning.svg
- location.svg
- partlycloudy.svg
- pouring.svg
- rainy.svg
- snowy-rainy.svg
- snowy.svg
- sunny.svg
- windy-variant.svg
- windy.svg
- styles.css
- __init__.py
- conftest.py
- test_app.py
- test_constants.py
- test_hass_communications.py
- test_html_generator.py
- test_html_templates.py
- constants.py
- logger.py
- .dockerignore
- .env.example
- .gitignore
- app.py
- CLAUDE.md
- docker-compose.yml
- dockerfile
- LICENSE
- Makefile
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
docker compose
View Details ▼
docker compose
Run and manage multi container Docker applications.
docker compose ps
List all running containers:
docker compose up {{[-d|--detach]}}
Create and start all containers in the background using a `docker-compose.yml` file from the current directory:
docker compose up --build
Start all containers, rebuild if necessary:
// repository documentation
Was this content helpful?
(0 ratings)
