Checklist
Describe the issue
I am unable to create the automation using the blueprint, it always returns Bad Request.
From browser logs:
Request:
{
"description":"",
"use_blueprint":{
"path":"valentinfrlch/event_summary.yaml",
"input":{
"camera_entities":[
"camera.front_door"
],
"motion_sensors":[
"binary_sensor.front_door_motion"
],
"provider":"01KJVDS2MH67BRBTBG1Y92F51S"
}
},
"alias":"Front Door Vision LLM"
}
Response:
{
"error": true,
"code": 400,
"message": "Bad Request",
"description": "The server did not understand the request"
}
Reproduction steps
- I installed the latest version of the plugin
- I added the integration
- I added a local Ollama provider
- I downloaded the latest version of the Blueprint
- I tried to create an automation using the Blueprint
- Got a Bad Request error
Debug logs
Checklist
Describe the issue
I am unable to create the automation using the blueprint, it always returns Bad Request.
From browser logs:
Request:
Response:
Reproduction steps
Debug logs