Migrate reload only helper services to support translations (#96344)

This commit is contained in:
Franck Nijhof 2023-07-11 20:56:21 +02:00 committed by GitHub
parent 77ebf8a8e5
commit c431fc2297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 86 additions and 24 deletions

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all bayesian entities

View File

@ -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."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all filter entities

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads filters from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all generic entities.

View File

@ -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."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all generic_thermostat entities.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads generic thermostats from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all history_stats entities.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads history stats sensors from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all min_max entities.

View File

@ -43,5 +43,11 @@
"sum": "Sum"
}
}
},
"services": {
"reload": {
"name": "Reload",
"description": "Reloads min/max sensors from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload the person configuration.

View File

@ -25,5 +25,11 @@
}
}
}
},
"services": {
"reload": {
"name": "Reload",
"description": "Reloads persons from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload the schedule configuration

View File

@ -20,5 +20,11 @@
}
}
}
},
"services": {
"reload": {
"name": "Reload",
"description": "Reloads schedules from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all statistics entities.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads statistics sensors from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all trend entities.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads trend sensors from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all universal entities

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads universal media players from the YAML-configuration."
}
}
}

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload the YAML-based zone configuration.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads zones from the YAML-configuration."
}
}
}