Improve descriptions in overseerr.get_requests action (#139781)

Make the action description consistent with HA style adding a bit more info from the online docs.

Fix spelling of "ID"
This commit is contained in:
Norbert Rittel 2025-03-06 00:00:12 +01:00 committed by GitHub
parent cc30823726
commit f8e3f2a94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@
"services": {
"get_requests": {
"name": "Get requests",
"description": "Get media requests from Overseerr.",
"description": "Retrieves a list of media requests from Overseerr.",
"fields": {
"config_entry_id": {
"name": "Overseerr instance",
@ -106,7 +106,7 @@
},
"requested_by": {
"name": "Requested by",
"description": "Filter the requests by the user id that requested them."
"description": "Filter the requests by the user ID that requested them."
}
}
}