Add current state

This commit is contained in:
Paul Bottein 2023-09-29 12:45:03 +02:00
parent 3a03abbd3a
commit 4b386c0661
No known key found for this signature in database

View File

@ -143,7 +143,9 @@ export class HaCardConditionState extends LitElement {
if (entity) {
return `${this.hass.localize(
"ui.components.entity.entity-state-picker.state"
)} (${this.hass.formatEntityState(entity)})`;
)} (${this.hass.localize(
"ui.panel.lovelace.editor.card.conditional.current_state"
)}: ${this.hass.formatEntityState(entity)})`;
}
return `${this.hass.localize(
"ui.components.entity.entity-state-picker.state"