Skip to content

v1.5.1

Choose a tag to compare

@thecodingdad thecodingdad released this 28 Apr 15:30

Bug fixes

  • Popup positioning now respects the card's scale factor (and any ancestor with CSS zoom), so popups stay correctly anchored when the card sits inside a zoomed container (e.g. ha-adaptive-dialog-card).
  • DPad center "OK" button scales together with the dpad when col_span is increased.
  • Color buttons row scales horizontally with col_span: the buttons grow, the gaps between them grow, and the minimum size is clamped to 3 columns so the row never breaks visually.
  • Item span stepper in the editor now respects the schema's min/max bounds — pressing "−" can no longer push an item below its minimum size.
  • Sony Bravia preset: corrected the Back and Menu remote commands.
  • Android TV preset: numeric keypad commands no longer carry the wrong NUMERIC_ prefix.

Editor

  • Items configured with an unknown type are now visualised as a red, dashed-border tile showing the bad type so they can be dragged onto the trash. Previously they were invisible but still occupied a grid cell.