You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/onedrive/strings.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -143,24 +143,24 @@
143
143
},
144
144
"services": {
145
145
"upload": {
146
-
"description": "Uploads files to OneDrive.",
146
+
"description": "Uploads one or more files to OneDrive.",
147
147
"fields": {
148
148
"config_entry_id": {
149
149
"description": "The config entry representing the OneDrive you want to upload to.",
150
150
"name": "Config entry ID"
151
151
},
152
152
"destination_folder": {
153
-
"description": "Folder inside the Home Assistant app folder (Apps/Home Assistant) you want to upload the file to. Will be created if it does not exist.",
153
+
"description": "Folder inside the Home Assistant app folder (Apps/Home Assistant) you want to upload the files to. Will be created if it does not exist.",
154
154
"example": "photos/snapshots",
155
155
"name": "Destination folder"
156
156
},
157
157
"filename": {
158
-
"description": "Path to the file to upload.",
158
+
"description": "One or more paths to files to upload.",
0 commit comments