mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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": {
|
"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 @@
|
|||||||
},
|
},
|
||||||
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user