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

* Update services.yaml

* Update strings.json

* Update strings.json
pull/101018/head
steffenrapp 2023-09-27 20:16:00 +02:00 committed by GitHub
parent 9fe2c08913
commit b3b235cbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."
}
}
}