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