mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +00:00
Migrate reload only helper services to support translations (#96344)
This commit is contained in:
parent
77ebf8a8e5
commit
c431fc2297
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all bayesian entities
|
|
||||||
|
@ -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.",
|
"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"
|
"title": "Manual YAML addition required for Bayesian"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads bayesian sensors from the YAML-configuration."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all filter entities
|
|
||||||
|
8
homeassistant/components/filter/strings.json
Normal file
8
homeassistant/components/filter/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads filters from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all generic entities.
|
|
||||||
|
@ -83,5 +83,11 @@
|
|||||||
"stream_io_error": "[%key:component::generic::config::error::stream_io_error%]",
|
"stream_io_error": "[%key:component::generic::config::error::stream_io_error%]",
|
||||||
"stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]"
|
"stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads generic cameras from the YAML-configuration."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all generic_thermostat entities.
|
|
||||||
|
8
homeassistant/components/generic_thermostat/strings.json
Normal file
8
homeassistant/components/generic_thermostat/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads generic thermostats from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all history_stats entities.
|
|
||||||
|
8
homeassistant/components/history_stats/strings.json
Normal file
8
homeassistant/components/history_stats/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads history stats sensors from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all min_max entities.
|
|
||||||
|
@ -43,5 +43,11 @@
|
|||||||
"sum": "Sum"
|
"sum": "Sum"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads min/max sensors from the YAML-configuration."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload the person configuration.
|
|
||||||
|
@ -25,5 +25,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads persons from the YAML-configuration."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload the schedule configuration
|
|
||||||
|
@ -20,5 +20,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads schedules from the YAML-configuration."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all statistics entities.
|
|
||||||
|
8
homeassistant/components/statistics/strings.json
Normal file
8
homeassistant/components/statistics/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads statistics sensors from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all trend entities.
|
|
||||||
|
8
homeassistant/components/trend/strings.json
Normal file
8
homeassistant/components/trend/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads trend sensors from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all universal entities
|
|
||||||
|
8
homeassistant/components/universal/strings.json
Normal file
8
homeassistant/components/universal/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads universal media players from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload the YAML-based zone configuration.
|
|
||||||
|
8
homeassistant/components/zone/strings.json
Normal file
8
homeassistant/components/zone/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads zones from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user