mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Improve 17track action descriptions by using those from the online docs (#138698)
* Improve 17Track action descriptions using those from the online docs Also change them to third-person singular to match the descriptive style that Home Assistant prefers. * Add missing period on 2nd description
This commit is contained in:
parent
66d16336ea
commit
e77193fa2e
@ -68,7 +68,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"get_packages": {
|
"get_packages": {
|
||||||
"name": "Get packages",
|
"name": "Get packages",
|
||||||
"description": "Get packages from 17Track",
|
"description": "Queries the 17track API for the latest package data.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"package_state": {
|
"package_state": {
|
||||||
"name": "Package states",
|
"name": "Package states",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
},
|
},
|
||||||
"archive_package": {
|
"archive_package": {
|
||||||
"name": "Archive package",
|
"name": "Archive package",
|
||||||
"description": "Archive a package",
|
"description": "Archives a package using the 17track API.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"package_tracking_number": {
|
"package_tracking_number": {
|
||||||
"name": "Package tracking number",
|
"name": "Package tracking number",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user