Skip to content

Commit 1f584f0

Browse files
authored
Allow structure field of ai_task.generate_data for non-advanced users (#151481)
1 parent 2106c4c commit 1f584f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

homeassistant/components/ai_task/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ generate_data:
2020
supported_features:
2121
- ai_task.AITaskEntityFeature.GENERATE_DATA
2222
structure:
23-
advanced: true
2423
required: false
2524
example: '{ "name": { "selector": { "text": }, "description": "Name of the user", "required": "True" } } }, "age": { "selector": { "number": }, "description": "Age of the user" } }'
2625
selector:

0 commit comments

Comments
 (0)