#Does that even work? The best idea would
1 messages · Page 1 of 1 (latest)
what I mean is this: https://github.com/home-assistant/intents/pull/1727/files
it is on the test, not on the sentences
i understood what you mean. why do you need it, though? why doesn't English?
English has the same warning: https://github.com/home-assistant/intents/actions/runs/7113484494/job/19365530982#step:8:134
because it is missing the response in the test
[WARN] tests/en/homeassistant_HassNevermind.yaml: 1 test(s) missing response check
I see. It's not a huge deal, you can ignore it. HassNevermind is designed to not have a response, so we will probably fix the checks
but doesn't it make sense to enforce that on the test?
that way, the test is actually enforcing that there should be no response
because a test without the response key will accept a sentence that has a response, so if a response is added to Nevermind by mistake, the test will still pass