Add homeassistant reload_all translatable service name and description (#100437)

* Update services.yaml

* Update strings.json

* Update strings.json
pull/101386/head
steffenrapp 2023-09-27 20:16:00 +02:00 committed by Paulus Schoutsen
parent 10e8173d4e
commit dde4b07c29
2 changed files with 6 additions and 0 deletions

View File

@ -60,3 +60,5 @@ reload_config_entry:
text:
save_persistent_states:
reload_all:

View File

@ -125,6 +125,10 @@
"save_persistent_states": {
"name": "Save persistent states",
"description": "Saves the persistent states immediately. Maintains the normal periodic saving interval."
},
"reload_all": {
"name": "Reload all",
"description": "Reload all YAML configuration that can be reloaded without restarting Home Assistant."
}
}
}