v0.2.1 — Occupancy watermark + docs update
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.mdfully rewritten: complete config schema, updated architecture notes, feature status tablepackage.jsonbumped 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).