Releases: LuckyTriple7/ha-entity-watchguard-card
Releases · LuckyTriple7/ha-entity-watchguard-card
Release list
v0.1.0
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 → Dashboard → Entity 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
platformisentity_watchguard; a per-domain sensor states its domain in the newdomainattribute, and the two buttons are matched on their registrytranslation_key. Renaming an entity or the device no longer makes the card lose them — the previousbinary_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.