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: custom_components/llmvision/services.yaml
+36-12Lines changed: 36 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -112,18 +112,26 @@ image_analyzer:
112
112
- "json"
113
113
structure:
114
114
name: Structure
115
-
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for calendar events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field name below.'
115
+
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for timeline events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field names below.'
description: 'Name of the field in your JSON schema that contains the event title (used for calendar entries and notifications). Leave empty to use fallback title "Motion detected".'
123
+
description: 'Name of the field in your JSON schema that contains the event title (used for timeline). Leave empty to use fallback title "Motion detected".'
124
124
required: false
125
125
example: 'title'
126
-
default: ''
126
+
default: 'title'
127
+
selector:
128
+
text:
129
+
description_field:
130
+
name: Description Field Name
131
+
description: 'Name of the field in your JSON schema that contains the event description (used for timeline).'
132
+
required: false
133
+
example: 'description'
134
+
default: 'description'
127
135
selector:
128
136
text:
129
137
@@ -251,18 +259,26 @@ video_analyzer:
251
259
- "json"
252
260
structure:
253
261
name: Structure
254
-
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for calendar events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field name below.'
262
+
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for timeline events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field names below.'
description: 'Name of the field in your JSON schema that contains the event title (used for calendar entries and notifications). Leave empty to use fallback title "Motion detected".'
270
+
description: 'Name of the field in your JSON schema that contains the event title (used for timeline). Leave empty to use fallback title "Motion detected".'
263
271
required: false
264
272
example: 'title'
265
-
default: ''
273
+
default: 'title'
274
+
selector:
275
+
text:
276
+
description_field:
277
+
name: Description Field Name
278
+
description: 'Name of the field in your JSON schema that contains the event description (used for timeline).'
279
+
required: false
280
+
example: 'description'
281
+
default: 'description'
266
282
selector:
267
283
text:
268
284
@@ -393,18 +409,26 @@ stream_analyzer:
393
409
- "json"
394
410
structure:
395
411
name: Structure
396
-
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for calendar events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field name below.'
412
+
description: 'JSON schema defining the expected response structure (only used when response_format is json). To enable automatic title generation for timeline events, include a field in your schema for the title (e.g., "title": {"type": "string", "description": "Event title"}) and specify the field names below.'
description: 'Name of the field in your JSON schema that contains the event title (used for calendar entries and notifications). Leave empty to use fallback title "Motion detected".'
420
+
description: 'Name of the field in your JSON schema that contains the event title (used for timeline). Leave empty to use fallback title "Motion detected".'
405
421
required: false
406
422
example: 'title'
407
-
default: ''
423
+
default: 'title'
424
+
selector:
425
+
text:
426
+
description_field:
427
+
name: Description Field Name
428
+
description: 'Name of the field in your JSON schema that contains the event description (used for timeline).'
0 commit comments