v1.5.5
Changelog
[1.5.5] – 2025-08-11
Docs
- button-card example: fixed JavaScript snippets to access entity state via
states[entity]and use the correctcolorproperty for icon tinting. - Minor wording polish in the README around native vs. custom color handling.
Maintenance
- Bump
manifest.jsonversion 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_hexis now produced even when the API omits one or more channels (e.g., onlygreen+blue). Missing channels default to0. Also accepts either0..1floats or0..255values.
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_hexattribute. - Kept native Entities, Tile + Template Sensor, and Gauge examples (no custom cards required).
- Removed the non-existent core card type
Notes
- No breaking changes: entity states and IDs are unchanged; attributes are additive.
What's Changed
- E x perience83 new sensors by @eXPerience83 in #21
Full Changelog: v1.5.2...v1.5.5