You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: harness time-lapse GIF capture for the sky-compass card (#114)
Add an npm run capture:timelapse script that drives the dev harness through a simulated day with Playwright and encodes the sky-compass card to an auto-looping GIF via ffmpeg, for the README and HACS panel (which strips <video>, so GIF auto-loops inline everywhere).
- harness: ?capture-gated window.__acpCapture bridge to step time deterministically
- script: scenario/time-span/format flags, compass-only framing, fixed-clip frames
- defaults: north-window preset, Sun Today chart, moon overlay, wide legend-right layout
- README: embed images/sky-compass-timelapse.gif + dev note
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ Find your `entry_id` on the integration's URL:
96
96
97
97
## Screenshots
98
98
99
+
**Sky compass — a full day in motion.** The standalone sky compass card across a simulated day: the sun rises, arcs through the window's field of view, and sets, while the cover-closure wedge tracks it. The dimmed disc is the sun below the horizon at night.
100
+
101
+

102
+
99
103
**Tile card — five configurations stacked.** Same `custom:adaptive-cover-pro-tile-card` type; each tile reflects a different combination of `show_position`, `show_controls`, `show_badge`, and `show_resume`, plus the live winner-driven badge state (Auto / Manual countdown / etc.):
The sky-compass demo GIF above is regenerated from the dev harness with
123
+
`npm run capture:timelapse`(needs `npx playwright install chromium` once and `ffmpeg` on PATH; run `npm run capture:timelapse -- --help` for scenario/time-span/format options).
124
+
118
125
## Support
119
126
120
127
[](https://www.buymeacoffee.com/jrhubott)
0 commit comments