diff --git a/homeassistant/components/bayesian/services.yaml b/homeassistant/components/bayesian/services.yaml index c1dc891805a..c983a105c93 100644 --- a/homeassistant/components/bayesian/services.yaml +++ b/homeassistant/components/bayesian/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all bayesian entities diff --git a/homeassistant/components/bayesian/strings.json b/homeassistant/components/bayesian/strings.json index 338795624cd..f7c12523b2c 100644 --- a/homeassistant/components/bayesian/strings.json +++ b/homeassistant/components/bayesian/strings.json @@ -8,5 +8,11 @@ "description": "In the Bayesian integration `prob_given_false` is now a required configuration variable as there was no mathematical rationale for the previous default value. Please add this to your `configuration.yml` for `bayesian/{entity}`. These observations will be ignored until you do.", "title": "Manual YAML addition required for Bayesian" } + }, + "services": { + "reload": { + "name": "Reload", + "description": "Reloads bayesian sensors from the YAML-configuration." + } } } diff --git a/homeassistant/components/filter/services.yaml b/homeassistant/components/filter/services.yaml index 431c73616ce..c983a105c93 100644 --- a/homeassistant/components/filter/services.yaml +++ b/homeassistant/components/filter/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all filter entities diff --git a/homeassistant/components/filter/strings.json b/homeassistant/components/filter/strings.json new file mode 100644 index 00000000000..078e5b35980 --- /dev/null +++ b/homeassistant/components/filter/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads filters from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/generic/services.yaml b/homeassistant/components/generic/services.yaml index a05a9e3415d..c983a105c93 100644 --- a/homeassistant/components/generic/services.yaml +++ b/homeassistant/components/generic/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all generic entities. diff --git a/homeassistant/components/generic/strings.json b/homeassistant/components/generic/strings.json index 0ce8af4f3a6..d23bb605c7b 100644 --- a/homeassistant/components/generic/strings.json +++ b/homeassistant/components/generic/strings.json @@ -83,5 +83,11 @@ "stream_io_error": "[%key:component::generic::config::error::stream_io_error%]", "stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]" } + }, + "services": { + "reload": { + "name": "Reload", + "description": "Reloads generic cameras from the YAML-configuration." + } } } diff --git a/homeassistant/components/generic_thermostat/services.yaml b/homeassistant/components/generic_thermostat/services.yaml index ef6745bd36f..c983a105c93 100644 --- a/homeassistant/components/generic_thermostat/services.yaml +++ b/homeassistant/components/generic_thermostat/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all generic_thermostat entities. diff --git a/homeassistant/components/generic_thermostat/strings.json b/homeassistant/components/generic_thermostat/strings.json new file mode 100644 index 00000000000..f1525b2516d --- /dev/null +++ b/homeassistant/components/generic_thermostat/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads generic thermostats from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/history_stats/services.yaml b/homeassistant/components/history_stats/services.yaml index f254295ea20..c983a105c93 100644 --- a/homeassistant/components/history_stats/services.yaml +++ b/homeassistant/components/history_stats/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all history_stats entities. diff --git a/homeassistant/components/history_stats/strings.json b/homeassistant/components/history_stats/strings.json new file mode 100644 index 00000000000..cb4601f2a09 --- /dev/null +++ b/homeassistant/components/history_stats/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads history stats sensors from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/min_max/services.yaml b/homeassistant/components/min_max/services.yaml index cca67d92144..c983a105c93 100644 --- a/homeassistant/components/min_max/services.yaml +++ b/homeassistant/components/min_max/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all min_max entities. diff --git a/homeassistant/components/min_max/strings.json b/homeassistant/components/min_max/strings.json index c76a6faf2f5..464d01b90b4 100644 --- a/homeassistant/components/min_max/strings.json +++ b/homeassistant/components/min_max/strings.json @@ -43,5 +43,11 @@ "sum": "Sum" } } + }, + "services": { + "reload": { + "name": "Reload", + "description": "Reloads min/max sensors from the YAML-configuration." + } } } diff --git a/homeassistant/components/person/services.yaml b/homeassistant/components/person/services.yaml index 265c6049563..c983a105c93 100644 --- a/homeassistant/components/person/services.yaml +++ b/homeassistant/components/person/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload the person configuration. diff --git a/homeassistant/components/person/strings.json b/homeassistant/components/person/strings.json index 8a8915541d8..10a982535f2 100644 --- a/homeassistant/components/person/strings.json +++ b/homeassistant/components/person/strings.json @@ -25,5 +25,11 @@ } } } + }, + "services": { + "reload": { + "name": "Reload", + "description": "Reloads persons from the YAML-configuration." + } } } diff --git a/homeassistant/components/schedule/services.yaml b/homeassistant/components/schedule/services.yaml index b34dd5e83da..c983a105c93 100644 --- a/homeassistant/components/schedule/services.yaml +++ b/homeassistant/components/schedule/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload the schedule configuration diff --git a/homeassistant/components/schedule/strings.json b/homeassistant/components/schedule/strings.json index 4c22e5ecead..aea07cc3ff2 100644 --- a/homeassistant/components/schedule/strings.json +++ b/homeassistant/components/schedule/strings.json @@ -20,5 +20,11 @@ } } } + }, + "services": { + "reload": { + "name": "Reload", + "description": "Reloads schedules from the YAML-configuration." + } } } diff --git a/homeassistant/components/statistics/services.yaml b/homeassistant/components/statistics/services.yaml index 8c2c8f8464a..c983a105c93 100644 --- a/homeassistant/components/statistics/services.yaml +++ b/homeassistant/components/statistics/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all statistics entities. diff --git a/homeassistant/components/statistics/strings.json b/homeassistant/components/statistics/strings.json new file mode 100644 index 00000000000..6b2a04a85df --- /dev/null +++ b/homeassistant/components/statistics/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads statistics sensors from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/trend/services.yaml b/homeassistant/components/trend/services.yaml index 1d29e08dccf..c983a105c93 100644 --- a/homeassistant/components/trend/services.yaml +++ b/homeassistant/components/trend/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all trend entities. diff --git a/homeassistant/components/trend/strings.json b/homeassistant/components/trend/strings.json new file mode 100644 index 00000000000..1715f019f27 --- /dev/null +++ b/homeassistant/components/trend/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads trend sensors from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/universal/services.yaml b/homeassistant/components/universal/services.yaml index e0af28bf3a6..c983a105c93 100644 --- a/homeassistant/components/universal/services.yaml +++ b/homeassistant/components/universal/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload all universal entities diff --git a/homeassistant/components/universal/strings.json b/homeassistant/components/universal/strings.json new file mode 100644 index 00000000000..b440d76ebc2 --- /dev/null +++ b/homeassistant/components/universal/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads universal media players from the YAML-configuration." + } + } +} diff --git a/homeassistant/components/zone/services.yaml b/homeassistant/components/zone/services.yaml index 2ce77132a53..c983a105c93 100644 --- a/homeassistant/components/zone/services.yaml +++ b/homeassistant/components/zone/services.yaml @@ -1,3 +1 @@ reload: - name: Reload - description: Reload the YAML-based zone configuration. diff --git a/homeassistant/components/zone/strings.json b/homeassistant/components/zone/strings.json new file mode 100644 index 00000000000..b2f3b5efffa --- /dev/null +++ b/homeassistant/components/zone/strings.json @@ -0,0 +1,8 @@ +{ + "services": { + "reload": { + "name": "Reload", + "description": "Reloads zones from the YAML-configuration." + } + } +}