mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
remove 1
This commit is contained in:
parent
7fa7a48072
commit
c86ed1fb3e
@ -227,7 +227,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
|||||||
)}:
|
)}:
|
||||||
</div>
|
</div>
|
||||||
<div class="secondary">
|
<div class="secondary">
|
||||||
${(this._disabledBy && this._disabledBy !== "user") || 1
|
${this._disabledBy && this._disabledBy !== "user"
|
||||||
? this.hass.localize(
|
? this.hass.localize(
|
||||||
"ui.dialogs.entity_registry.editor.enabled_cause",
|
"ui.dialogs.entity_registry.editor.enabled_cause",
|
||||||
"cause",
|
"cause",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user