Skip to content

v26.2.3

Choose a tag to compare

@KeithSobo KeithSobo released this 21 Feb 16:21
20e48be

🚀 Breaking Changes

  • Renaming: The Foundry Thermostat card has been renamed to Foundry Thermometer card.
    • New type: custom:foundry-thermometer-card
    • Old type: custom:foundry-thermostat-card (removed)
    • Please update your dashboards to use the new card type.

🛠️ Improvements

  • Aged Texture - Fixed the aged texture on all cards so we have a uniform look and feel.
  • Theme Cache - Forced the cards to wait to the theme is loaded, if they use themes, before rendering the card.
  • Theme Cache - Added a theme cache to prevent the browser from reloading the theme files on every page load.
  • Theme Cache Refresh - Added a refreshcache=true to the url to force a refresh of the theme files.
  • Issue #NA - Entities - Allow for moving entities up or down in the list in the editor.

🚀 New Cards

🏷️ Foundry Title Card

A decorative metallic title plate for grouping dashboard sections.

  • Minimal Design: Just a plate and a title — no screen, no ring, no entity data.
  • 2 Centered Rivets: One on the left, one on the right, vertically centered for a clean industrial look.
  • Fully Themed: Supports all standard Foundry themes and custom themes via userthemes.yaml.
  • Visual Effects: Plate color, title color, rivet color, transparent plate, and aged texture with adjustable intensity.

🐛 Defect Fixes

  • Issue #NA: Thermometer - Removed glass effect and made it look more like the slider.
  • Issue #NA: Clocks and Gauge - removed the background by making it transparent.
  • Issue #72: Thermometer - Update to be same size and default as the slider
  • Issue #73: Analog Clock and Guage - Make corners rounded.
  • Issue #NA: Chart - Added show_inspect_value option in Chart Settings (visual editor) to control whether hover/drag inspection replaces the top-right value with the inspected Y value.
  • Issue #NA: Chart - show_inspect_value now also controls the vertical inspect bar and defaults to on for existing cards in the visual editor.
  • Issue #NA: Chart - Added show_x_axis_minmax and show_y_axis_minmax options to display X/Y axis min/max labels; when X labels are enabled, footer start/Now labels are hidden to prevent overlap.
  • Issue #NA: Chart - Added configurable color ranges (segments) with optional boundary blending (segment_blend_width) and a Gauge-style range editor in Chart Settings.
  • Issue #61: Slider - LED screen background is now a solid flat fill using font_bg_color (same as Entities card), removing the dark-ring radial gradient effect. Editor labels updated to "Screen Background" and "Digital Font Color" to match the Entities card.
  • Fixed minor tick marks visibility on Slider card (increased limit to 250 steps)
  • Removed unused tick_color (fallback) configuration from Slider card
  • Issue #58: Slider - Title text now uses number_color config key (consistent with Gauge/Analog Clock cards). title_color has been removed from the editor. Existing YAML configs with title_color are automatically migrated.
  • Issue #57: Slider - Added background_style option (gradient / solid). In gradient mode the screen face uses a subtle linear gradient. In solid mode the face_color is applied as a flat fill. The editor now labels this field "Face Color (Solid Mode)".
  • Issue #62: Renamed Thermostat card to Thermometer card for better clarity.
  • Issue #64: Thermometer - Added background_style and face_color options to Thermometer card (matches Gauge card style).
  • Issue Consolidated Thermometer colors: number_color now controls Title, Unit, and Scale numbers. title_color and font_color are deprecated. Editor updated to show only "Number Color".
  • Issue #60: Thermometer - Added missing "Chrome" ring style to the editor.
  • Issue #59: Thermometer - Fixed theme loading in the editor where themes would not populate in the dropdown.
  • Issue #56: Thermometer - Increased visibility of color segments when placed behind the mercury tube.
  • Issue #55: Thermometer - Fixed major/minor tick alignment and coloring to respect theme settings.
  • Issue #50: Entities - Fixed Date and Time to not be UTC but local time.
  • Issue #65: Gauge and Analog Clock - Removed Title Color as the title is based on number color.