mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Add current state
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user