Make description of homeassistant.reload_all action consistent (#140887)

Change it to "Reloads …" like all other `homeassistant.reload_xyz` actions.
This commit is contained in:
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

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": {