1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Improve google_sheets action naming consistency (#167107)

This commit is contained in:
Norbert Rittel
2026-04-01 21:57:55 +02:00
committed by GitHub
parent 2881916c91
commit 279c9e71df

View File

@@ -68,7 +68,7 @@
"name": "Worksheet"
}
},
"name": "Append to sheet"
"name": "Append data to Google sheet"
},
"get_sheet": {
"description": "Gets data from a worksheet in Google Sheets.",
@@ -86,7 +86,7 @@
"name": "[%key:component::google_sheets::services::append_sheet::fields::worksheet::name%]"
}
},
"name": "Get data from sheet"
"name": "Get data from Google sheet"
}
}
}