v1.0.0
First release as Heatmap Card Continued.
Thanks to @kandsten for the original card and for graciously allowing this continuation.
Added
- Custom threshold editor in the visual editor - build color scales without editing YAML
- Configurable legend decimal places via
display.decimalsconfig option - Fahrenheit temperature color scales for all four built-in temperature scales
Changed
- Removed esbuild build system; all source modules merged into a single deployable
heatmap-card.jswith no build step required - Replaced broken
mwc-tab-barscale picker UI with a flatha-selectdropdown showing all built-in scales with gradient previews - Replaced
ha-combo-boxelements withha-selectthroughout the editor for reliable rendering in current HA versions - Inlined chroma.js, scale data, and device class mappings directly into the card file
Fixed
- Null values in
min_from/max_fromwere coercing to 0 inMath.min/Math.max, skewing auto-scaled range for sensors with data gaps