Skip to content

Commit

Permalink
Restore attributes removed from ha-entity-marker in ha-map (#23603)
Browse files Browse the repository at this point in the history
* Restore attributes removed from ha-entity-marker in ha-map

* Use Reflect
  • Loading branch information
karwosts authored and bramkragten committed Jan 9, 2025
1 parent 0ee6548 commit 344e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/ha-entity-marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../ha-state-icon";
class HaEntityMarker extends LitElement {
@property({ attribute: false }) public hass!: HomeAssistant;

@property({ attribute: "entity-id" }) public entityId?: string;
@property({ attribute: "entity-id", reflect: true }) public entityId?: string;

@property({ attribute: "entity-name" }) public entityName?: string;

Expand Down

0 comments on commit 344e083

Please sign in to comment.