mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Ignore the toggle intent (#118491)
This commit is contained in:
parent
ae3741c364
commit
80588d9c67
@ -206,10 +206,11 @@ class AssistAPI(API):
|
|||||||
"""API exposing Assist API to LLMs."""
|
"""API exposing Assist API to LLMs."""
|
||||||
|
|
||||||
IGNORE_INTENTS = {
|
IGNORE_INTENTS = {
|
||||||
intent.INTENT_NEVERMIND,
|
|
||||||
intent.INTENT_GET_STATE,
|
|
||||||
INTENT_GET_WEATHER,
|
|
||||||
INTENT_GET_TEMPERATURE,
|
INTENT_GET_TEMPERATURE,
|
||||||
|
INTENT_GET_WEATHER,
|
||||||
|
intent.INTENT_GET_STATE,
|
||||||
|
intent.INTENT_NEVERMIND,
|
||||||
|
intent.INTENT_TOGGLE,
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, hass: HomeAssistant) -> None:
|
def __init__(self, hass: HomeAssistant) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user