mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
cc30823726
commit
f8e3f2a94f
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user