Skip to content

v1.5.5

Choose a tag to compare

@eXPerience83 eXPerience83 released this 11 Aug 18:30
5c4bfbb

Changelog

[1.5.5] – 2025-08-11

Docs

  • button-card example: fixed JavaScript snippets to access entity state via states[entity] and use the correct color property for icon tinting.
  • Minor wording polish in the README around native vs. custom color handling.

Maintenance

  • Bump manifest.json version to 1.5.5.

Notes

  • No code changes; this release is documentation-only and safe to update.

[1.5.4] – 2025-08-10

Fixed

  • Color extraction: color_hex is now produced even when the API omits one or more channels (e.g., only green+blue). Missing channels default to 0. Also accepts either 0..1 floats or 0..255 values.

Added

  • New attributes to make colors easier to consume in Lovelace:
    • color_rgb: [R, G, B] integers (0–255)
    • color_raw: original API color dict for traceability

Docs

  • Corrected UI examples:
    • Removed the non-existent core card type template (caused “Unknown type: template”).
    • Clarified that Markdown sanitizes HTML and will not render inline CSS colors.
    • Added working examples for Mushroom (mushroom-template-card) and button-card using the color_hex attribute.
    • Kept native Entities, Tile + Template Sensor, and Gauge examples (no custom cards required).

Notes

  • No breaking changes: entity states and IDs are unchanged; attributes are additive.

What's Changed

Full Changelog: v1.5.2...v1.5.5