mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Exclude device trackers from person more info (#16554)
This commit is contained in:
parent
8fb2bf472a
commit
2ed48d67c6
@ -50,7 +50,7 @@ class MoreInfoPerson extends LitElement {
|
||||
<ha-attributes
|
||||
.hass=${this.hass}
|
||||
.stateObj=${this.stateObj}
|
||||
extra-filters="id,user_id,editable"
|
||||
extra-filters="id,user_id,editable,device_trackers"
|
||||
></ha-attributes>
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user