Skip to content
Snippets Groups Projects
Unverified Commit f8e3f2a9 authored by Norbert Rittel's avatar Norbert Rittel Committed by GitHub
Browse files

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"
parent cc308237
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"services": { "services": {
"get_requests": { "get_requests": {
"name": "Get requests", "name": "Get requests",
"description": "Get media requests from Overseerr.", "description": "Retrieves a list of media requests from Overseerr.",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "Overseerr instance", "name": "Overseerr instance",
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
}, },
"requested_by": { "requested_by": {
"name": "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."
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment