diff --git a/src/panels/config/js/trigger/state.js b/src/panels/config/js/trigger/state.js index 32f931c268..de529ca1d8 100644 --- a/src/panels/config/js/trigger/state.js +++ b/src/panels/config/js/trigger/state.js @@ -45,7 +45,12 @@ export default class StateTrigger extends Component { value={to} onvalue-changed={this.onChange} /> - {trgFor &&
For: {JSON.stringify(trgFor, null, 2)}
} + ); } diff --git a/src/translations/en.json b/src/translations/en.json index c4d4da9077..996d3f6e8d 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -568,6 +568,7 @@ "state": { "label": "State", "from": "From", + "for": "For", "to": "To" }, "homeassistant": {