mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Add current state
This commit is contained in:
parent
3a03abbd3a
commit
4b386c0661
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user