mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Add homeassistant reload_all translatable service name and description (#100437)
* Update services.yaml * Update strings.json * Update strings.json
This commit is contained in:
parent
9fe2c08913
commit
b3b235cbb7
@ -60,3 +60,5 @@ reload_config_entry:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
save_persistent_states:
|
save_persistent_states:
|
||||||
|
|
||||||
|
reload_all:
|
||||||
|
@ -125,6 +125,10 @@
|
|||||||
"save_persistent_states": {
|
"save_persistent_states": {
|
||||||
"name": "Save persistent states",
|
"name": "Save persistent states",
|
||||||
"description": "Saves the persistent states immediately. Maintains the normal periodic saving interval."
|
"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…
x
Reference in New Issue
Block a user