mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Entity Status
This commit is contained in:
parent
01eed22592
commit
dde1c5e03c
@ -158,7 +158,7 @@ export class HaEntityRegistryBasicEditor extends SubscribeMixin(LitElement) {
|
||||
>
|
||||
<div class="label">
|
||||
${this.hass.localize(
|
||||
"ui.dialogs.entity_registry.editor.view_status"
|
||||
"ui.dialogs.entity_registry.editor.entity_status"
|
||||
)}:
|
||||
</div>
|
||||
<div class="secondary">
|
||||
@ -287,6 +287,9 @@ export class HaEntityRegistryBasicEditor extends SubscribeMixin(LitElement) {
|
||||
ha-expansion-panel {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.label {
|
||||
margin-top: 16px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
@ -223,7 +223,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
||||
>
|
||||
<div class="label">
|
||||
${this.hass.localize(
|
||||
"ui.dialogs.entity_registry.editor.view_status"
|
||||
"ui.dialogs.entity_registry.editor.entity_status"
|
||||
)}:
|
||||
</div>
|
||||
<div class="secondary">
|
||||
|
@ -789,11 +789,11 @@
|
||||
}
|
||||
},
|
||||
"unavailable": "This entity is unavailable.",
|
||||
"view_status": "Entity view status",
|
||||
"entity_status": "Entity status",
|
||||
"change_area": "Change Area",
|
||||
"enabled_label": "Enabled",
|
||||
"disabled_label": "Disabled",
|
||||
"enabled_cause": "Cannot change view status. Disabled by {cause}.",
|
||||
"enabled_cause": "Cannot change status. Disabled by {cause}.",
|
||||
"hidden_label": "Hidden",
|
||||
"hidden_cause": "Hidden by {cause}.",
|
||||
"device_disabled": "The device of this entity is disabled.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user