Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 651 Bytes

File metadata and controls

19 lines (11 loc) · 651 Bytes

ha-dashboard-screenshot

DEPRECATED

Use https://github.com/usetrmnl/trmnl-home-assistant

Programmatically create screenshots of Home Assistant dashboards.

Usage

docker run -v $(pwd)/output:/app/output -e HA_API_KEY=<your-api-key> -e HA_API_URL=<your-homeassistant-url> ghcr.io/jeboehm/ha-dashboard-screenshot <dashboard-uri> <output-filename>

This will save the screenshot to the mounted output directory. Internally, it will use the chromium browser to authenticate with Home Assistant and then take the screenshot of the specified dashboard.

I use it to provide a screenshot of Home Assistant for my TRMNL display.