0.2.0
Added
- Tap a value to open more-info. Read-only displays — the metric tiles, compact slots, the big current-temperature number, the status badge, and the static target temperature — open Home Assistant's standard more-info dialog for the underlying entity. Interactive controls are unchanged. Turn it off with
tap_more_info(on by default). - Heatup / cooldown temperature graph. A live rising curve while heating and a falling curve while cooling down, backfilled from the recorder so it covers the whole session. Toggles:
show_heatup_graph,show_cooldown_graph(both on by default). - Cooldown target temperature (
cooldown_target_temp) — the temperature the cooldown tracks toward; also lets the cooldown be reconstructed after a page reload. - Whole-session arc (
cooldown_include_heatup) — one two-tone curve over the entire session. - Time axis under the graph (start / middle / end clock times).
Changed
- Faster rendering on large installs. Device detection and entity-id resolution are scanned once per entity-registry change instead of on every render. No behaviour change.
Fixed
- Even spacing around the controls in the thermostat-dial and compact layouts.
Full notes in CHANGELOG.md.