diff --git a/homeassistant/components/derivative/strings.json b/homeassistant/components/derivative/strings.json index 5fdecf5cdb6..d664f062666 100644 --- a/homeassistant/components/derivative/strings.json +++ b/homeassistant/components/derivative/strings.json @@ -61,7 +61,7 @@ "services": { "reload": { "description": "Reloads derivative sensors from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload derivative sensors" } }, "title": "Derivative sensor" diff --git a/homeassistant/components/filter/strings.json b/homeassistant/components/filter/strings.json index 2edf5b9cb4a..3ed01e77144 100644 --- a/homeassistant/components/filter/strings.json +++ b/homeassistant/components/filter/strings.json @@ -242,7 +242,7 @@ "services": { "reload": { "description": "Reloads filters from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload filters" } }, "title": "Filter" diff --git a/homeassistant/components/generic_thermostat/strings.json b/homeassistant/components/generic_thermostat/strings.json index 9fe1091d334..d8e1cd0bbf4 100644 --- a/homeassistant/components/generic_thermostat/strings.json +++ b/homeassistant/components/generic_thermostat/strings.json @@ -93,7 +93,7 @@ "services": { "reload": { "description": "Reloads generic thermostats from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload generic thermostats" } }, "title": "Generic thermostat" diff --git a/homeassistant/components/history_stats/strings.json b/homeassistant/components/history_stats/strings.json index 584456484fc..5ce347768c0 100644 --- a/homeassistant/components/history_stats/strings.json +++ b/homeassistant/components/history_stats/strings.json @@ -124,7 +124,7 @@ "services": { "reload": { "description": "Reloads history stats sensors from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload history stats sensors" } }, "title": "History Stats" diff --git a/homeassistant/components/min_max/strings.json b/homeassistant/components/min_max/strings.json index 260f277bab2..760dace6b23 100644 --- a/homeassistant/components/min_max/strings.json +++ b/homeassistant/components/min_max/strings.json @@ -46,7 +46,7 @@ "services": { "reload": { "description": "Reloads min/max sensors from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload min/max sensors" } }, "title": "Combine the state of several sensors" diff --git a/homeassistant/components/person/strings.json b/homeassistant/components/person/strings.json index 0b3d05f4efa..24b430197f8 100644 --- a/homeassistant/components/person/strings.json +++ b/homeassistant/components/person/strings.json @@ -71,7 +71,7 @@ "services": { "reload": { "description": "Reloads persons from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload persons" } }, "title": "Person", diff --git a/homeassistant/components/schedule/strings.json b/homeassistant/components/schedule/strings.json index f416cc149c1..bb51bd39dc0 100644 --- a/homeassistant/components/schedule/strings.json +++ b/homeassistant/components/schedule/strings.json @@ -70,7 +70,7 @@ }, "reload": { "description": "Reloads schedules from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload schedules" } }, "title": "Schedule", diff --git a/homeassistant/components/statistics/strings.json b/homeassistant/components/statistics/strings.json index efd6eab7342..b82d895b02c 100644 --- a/homeassistant/components/statistics/strings.json +++ b/homeassistant/components/statistics/strings.json @@ -121,7 +121,7 @@ "services": { "reload": { "description": "Reloads statistics sensors from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload statistics sensors" } }, "title": "Statistics" diff --git a/homeassistant/components/template/strings.json b/homeassistant/components/template/strings.json index b56c35f93a5..3bed24520b2 100644 --- a/homeassistant/components/template/strings.json +++ b/homeassistant/components/template/strings.json @@ -1212,7 +1212,7 @@ "services": { "reload": { "description": "Reloads template entities from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload template entities" } } } diff --git a/homeassistant/components/trend/strings.json b/homeassistant/components/trend/strings.json index d86c1731ba8..248ec1d8f2b 100644 --- a/homeassistant/components/trend/strings.json +++ b/homeassistant/components/trend/strings.json @@ -42,7 +42,7 @@ "services": { "reload": { "description": "Reloads trend sensors from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload trend sensors" } }, "title": "Trend" diff --git a/homeassistant/components/zone/strings.json b/homeassistant/components/zone/strings.json index 42183a65dea..346a43e5b26 100644 --- a/homeassistant/components/zone/strings.json +++ b/homeassistant/components/zone/strings.json @@ -2,7 +2,7 @@ "services": { "reload": { "description": "Reloads zones from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload zones" } } }