Ignore the toggle intent (#118491)
This commit is contained in:
parent
ae3741c364
commit
80588d9c67
1 changed files with 4 additions and 3 deletions
|
@ -206,10 +206,11 @@ class AssistAPI(API):
|
|||
"""API exposing Assist API to LLMs."""
|
||||
|
||||
IGNORE_INTENTS = {
|
||||
intent.INTENT_NEVERMIND,
|
||||
intent.INTENT_GET_STATE,
|
||||
INTENT_GET_WEATHER,
|
||||
INTENT_GET_TEMPERATURE,
|
||||
INTENT_GET_WEATHER,
|
||||
intent.INTENT_GET_STATE,
|
||||
intent.INTENT_NEVERMIND,
|
||||
intent.INTENT_TOGGLE,
|
||||
}
|
||||
|
||||
def __init__(self, hass: HomeAssistant) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue