Closed mikejgray closed 4 months ago
This intent should not cause Home Assistant to respond. Seems that something in sensor.intent is too sensitive. Add a negative test and tweak until it passes.
sensor.intent
No response
2023-06-23 17:50:07.878 - neon_homeassistant_skill.mikejgray - INFO - {'client_name': 'ovos_dinkum_listener', 'source': 'audio', 'destination': ['skills'], 'transcription': 'when is the date', 'session': {'active_skills': [], 'utterance_states': {}, 'session_id': '0d7b9f98-c01a-4c4c-8dbf-c80e4d4e4a12', 'history': [[{'type': 'recognizer_loop:wakeword', 'data': {'engine': 'PreciseLiteHotwordPlugin', 'sound': 'snd/start_listening.wav', 'bus_event': None, 'trigger': False, 'utterance': 'hey mycroft', 'stt_lang': 'en-us', 'listen': True, 'wakeup': False, 'stopword': False, 'key_phrase': 'hey_mycroft', 'module': 'ovos-ww-plugin-precise-lite'}, 'context': {}}, 1687567740.0138614], [{'type': 'recognizer_loop:record_begin', 'data': {}, 'context': {}}, 1687567740.0262766], [{'type': 'recognizer_loop:record_end', 'data': {}, 'context': {}}, 1687567743.5080233], [{'type': 'recognizer_loop:wakeword', 'data': {'engine': 'PreciseLiteHotwordPlugin', 'sound': 'snd/start_listening.wav', 'bus_event': None, 'trigger': False, 'utterance': 'hey mycroft', 'stt_lang': 'en-us', 'listen': True, 'wakeup': False, 'stopword': False, 'key_phrase': 'hey_mycroft', 'module': 'ovos-ww-plugin-precise-lite'}, 'context': {}}, 1687567791.5269158], [{'type': 'recognizer_loop:record_begin', 'data': {}, 'context': {}}, 1687567791.5315857], [{'type': 'recognizer_loop:record_end', 'data': {}, 'context': {}}, 1687567794.6967986]], 'lang': 'en-us', 'valid_languages': ['en-us'], 'context': {'timeout': 101254043100, 'frame_stack': []}}, 'utterances': ['when is date', 'when is the date'], 'lang': 'en-us', 'utterance': 'when is the date', 'entity': 'date'}
Description
This intent should not cause Home Assistant to respond. Seems that something in
sensor.intent
is too sensitive. Add a negative test and tweak until it passes.Steps to Reproduce
No response
Relevant Code
Other Notes
No response