Bug Fixes
- All config-editor text/number fields now render in Safari & Firefox (#16). Title, Max Events, Days Back, the Grouping window/min-size/group-name fields, Card Height, REST URL / Response Path / Media URL Template / Poll Interval, action navigation/service paths, and per-entity state-label rows previously used raw
ha-textfield/ha-select, which didn't render reliably across browsers — the label showed but the input control underneath was invisible (reported on Mac/iPhone Safari and macOS Firefox). Every one of these is now anha-selector, the same primitive the rest of the editor already uses. The visual editor is nowha-selector-only for text, number, and select inputs.
New Features
card_height: fillfor Panel layout (#17). A newfillvalue (also accepts100%) makes the card stretch to the full height the dashboard gives it — e.g. HA's Panel layout, where the card previously capped at ~460px and left the lower dashboard empty. The editor's Card Height field is now a dropdown with 400px (default), Fill available space (Panel layout), and Auto (grow with content) presets, and still accepts a custom value.
type: custom:chronicle-card
appearance:
card_height: fill # stretch to fill a Panel-layout dashboard
sources:
- type: history
entities: [binary_sensor.front_door]Fixed-height and auto behavior are unchanged, so existing configs are unaffected.