Skip to content

v0.2.0

Choose a tag to compare

@italo-lombardi italo-lombardi released this 07 May 17:51

Added

  • Card: entity_detail option — "off" / "tooltip" / "inline" (replaces show_entity_tooltips)
  • Card: entity_filter option — "all" / "offline" / "online" to filter entity list by health status
  • Card: stale entity detection — grey dot + "Stale" for entities past the staleness threshold
  • Card: human-readable durations and timestamps throughout (e.g. "2 hours ago", "today at 14:30")
  • Sensor: suppressed_until, stale_entities, offline_since added to GroupSummarySensor attributes
  • Translations: config flow help text added for all 10 supported languages

Changed

  • Card: entity status shows single-concern label (Suppressed / Offline for X / Stale / Low Battery / Online)
  • Integration: card JS served directly from component directory, no longer copied to www/
  • Integration: stale Lovelace resource entries cleaned up automatically on startup

Fixed

  • Card: custom element missing from card picker after fresh install
  • Card: JS file loaded twice causing conflicts
  • Card: entity tooltips clipped by overflow hidden
  • Translations: non-English files were accidentally written in English

Migration

  • show_entity_tooltips: true automatically maps to entity_detail: "tooltip" — no action needed