diff --git a/homeassistant/components/tod/strings.json b/homeassistant/components/tod/strings.json index 713ff6e58e3..41e40525081 100644 --- a/homeassistant/components/tod/strings.json +++ b/homeassistant/components/tod/strings.json @@ -1,13 +1,12 @@ { + "title": "Times of the Day Sensor", "config": { "step": { "user": { - "title": "New Times of the Day Sensor", - "description": "Configure when the sensor should turn on and off.", + "title": "Add Times of the Day Sensor", + "description": "Create a binary sensor that turns on or off depending on the time.", "data": { - "after": "On after", "after_time": "On time", - "before": "Off after", "before_time": "Off time", "name": "Name" } @@ -17,11 +16,8 @@ "options": { "step": { "init": { - "description": "[%key:component::tod::config::step::user::description%]", "data": { - "after": "[%key:component::tod::config::step::user::data::after%]", "after_time": "[%key:component::tod::config::step::user::data::after_time%]", - "before": "[%key:component::tod::config::step::user::data::before%]", "before_time": "[%key:component::tod::config::step::user::data::before_time%]" } } diff --git a/homeassistant/components/tod/translations/en.json b/homeassistant/components/tod/translations/en.json index 288b51c4b5e..2ecb2c695c8 100644 --- a/homeassistant/components/tod/translations/en.json +++ b/homeassistant/components/tod/translations/en.json @@ -3,14 +3,12 @@ "step": { "user": { "data": { - "after": "On after", "after_time": "On time", - "before": "Off after", "before_time": "Off time", "name": "Name" }, - "description": "Configure when the sensor should turn on and off.", - "title": "New Times of the Day Sensor" + "description": "Create a binary sensor that turns on or off depending on the time.", + "title": "Add Times of the Day Sensor" } } }, @@ -18,13 +16,11 @@ "step": { "init": { "data": { - "after": "On after", "after_time": "On time", - "before": "Off after", "before_time": "Off time" - }, - "description": "Configure when the sensor should turn on and off." + } } } - } + }, + "title": "Times of the Day Sensor" } \ No newline at end of file