@@ -55,6 +56,17 @@ export default class Automation extends Component
{
value={alias}
onvalue-changed={this.onChange}
/>
+
diff --git a/src/translations/en.json b/src/translations/en.json
index 9ef2dd6626..b1c4c24edd 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -699,13 +699,17 @@
"add_automation": "Add automation"
},
"editor": {
- "introduction": "Use automations to bring your home alive",
+ "introduction": "Use automations to bring your home alive.",
"default_name": "New Automation",
"load_error_not_editable": "Only automations in automations.yaml are editable.",
"load_error_unknown": "Error loading automation ({err_no}).",
"save": "Save",
"unsaved_confirm": "You have unsaved changes. Are you sure you want to leave?",
"alias": "Name",
+ "description": {
+ "label": "Description",
+ "placeholder": "Optional description"
+ },
"triggers": {
"header": "Triggers",
"introduction": "Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.",