mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Always show "create new zone from current location" option (#19649)
This commit is contained in:
parent
4dc154201a
commit
46394d0bf9
@ -34,7 +34,6 @@ class MoreInfoPerson extends LitElement {
|
|||||||
: ""}
|
: ""}
|
||||||
${!__DEMO__ &&
|
${!__DEMO__ &&
|
||||||
this.hass.user?.is_admin &&
|
this.hass.user?.is_admin &&
|
||||||
this.stateObj.state === "not_home" &&
|
|
||||||
this.stateObj.attributes.latitude &&
|
this.stateObj.attributes.latitude &&
|
||||||
this.stateObj.attributes.longitude
|
this.stateObj.attributes.longitude
|
||||||
? html`
|
? html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user