#How to generate .json file with intents for HA instance?

1 messages · Page 1 of 1 (latest)

worn briar
#

This generates a bunch if .json files in /outputdir:

python3 -m script.intentfest merged_output /outputdir

From what I see HA installation is using just a single .json - is there a way to convert the list of files so that I can test it in a real installation? Thanks.