Skip to content

v0.2.1 — Occupancy watermark + docs update

Choose a tag to compare

@squizzer73 squizzer73 released this 08 May 10:43
· 8 commits to main since this release

What's new

Occupancy watermark

When a room's occupancy sensor is active, a large mdi:account icon fades in at the centre of the room face in a soft green. When occupancy clears it fades out slowly over 7 seconds — mimicking the feeling of a room gradually emptying.

Timings: 0.5 s fade-in · 7 s fade-out

The asymmetric timing is driven entirely by CSS — a fast transition on .occupied overrides a slow transition on the base class. No JS timers.

Other

  • CLAUDE.md fully rewritten: complete config schema, updated architecture notes, feature status table
  • package.json bumped to 0.2.1

Install / update

Replace /config/www/house-card.js with the attached house-card.js, then do a hard-refresh in your browser (Ctrl+Shift+R / Cmd+Shift+R).