Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.conversation.util Namespace Reference

Functions

re.Pattern[str] create_matcher (str utterance)
 

Detailed Description

Util for Conversation.

Function Documentation

◆ create_matcher()

re.Pattern[str] homeassistant.components.conversation.util.create_matcher ( str  utterance)
Create a regex that matches the utterance.

Definition at line 8 of file util.py.