Make description of `homeassistant.reload_all` action consistent ()

Change it to "Reloads …" like all other `homeassistant.reload_xyz` actions.
pull/140892/head
Norbert Rittel 2025-03-18 19:47:14 +01:00 committed by GitHub
parent f8ab4d0238
commit 2d82a12e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
homeassistant/components/homeassistant

View File

@ -188,7 +188,7 @@
},
"reload_all": {
"name": "Reload all",
"description": "Reload all YAML configuration that can be reloaded without restarting Home Assistant."
"description": "Reloads all YAML configuration that can be reloaded without restarting Home Assistant."
}
},
"exceptions": {