mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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 class="secondary">
|
||||
${(this._disabledBy && this._disabledBy !== "user") || 1
|
||||
${this._disabledBy && this._disabledBy !== "user"
|
||||
? this.hass.localize(
|
||||
"ui.dialogs.entity_registry.editor.enabled_cause",
|
||||
"cause",
|
||||
|
Loading…
x
Reference in New Issue
Block a user