Define fields for assist ask_question action (#147219)

* Define fields for assist ask_question action

* Update hassfest

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Paul Bottein
2025-06-24 21:00:14 +02:00
committed by GitHub
parent 8eb906fad9
commit 7322fe40da
3 changed files with 25 additions and 2 deletions

View File

@@ -90,5 +90,13 @@
}
}
}
},
"selector": {
"answers": {
"fields": {
"id": "Answer ID",
"sentences": "Sentences"
}
}
}
}