Skip to content

Releases: LuckyTriple7/ha-entity-watchguard-card

Release list

v0.1.0

Choose a tag to compare

@LuckyTriple7 LuckyTriple7 released this 29 Aug 20:29

First release as a standalone HACS Dashboard repository.

The card previously shipped inside the Entity Watchguard integration (up to 0.9.1), which registered its own Lovelace resource. A config entry should not write the user's shared lovelace_resources store, so the card is now installed and registered by HACS like any other card.

Existing dashboards keep working: same custom:entity-watchguard-card type, same options.

Install

HACS → DashboardEntity Watchguard Card → Download, then reload the browser. Install this card before updating the integration to 1.0.0, so your dashboards are never without it.

Changed

  • Entities are resolved through the entity registry instead of their entity IDs. An entity belongs to the card when its registry platform is entity_watchguard; a per-domain sensor states its domain in the new domain attribute, and the two buttons are matched on their registry translation_key. Renaming an entity or the device no longer makes the card lose them — the previous binary_sensor.entity_watchguard_<domain> prefix matching did, and it parsed the domain back out of the ID as well. Integration versions before 1.0.0 provide neither, so the old ID shape stays as a fallback

Requires Entity Watchguard 1.0.0 or later for the registry path; older versions keep working through the fallback.