Add homeassistant reload_all translatable service name and description (#100437)
* Update services.yaml * Update strings.json * Update strings.jsonpull/101018/head
parent
9fe2c08913
commit
b3b235cbb7
|
@ -60,3 +60,5 @@ reload_config_entry:
|
|||
text:
|
||||
|
||||
save_persistent_states:
|
||||
|
||||
reload_all:
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue