Add HassRespond intent (#129755)

* Add HassHello intent

* Rename to HassRespond

* LLM's ignore HassRespond intent
This commit is contained in:
Michael Hansen
2024-11-03 16:38:52 -06:00
committed by GitHub
parent 8b6c99776e
commit c2ef119e50
3 changed files with 15 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ class AssistAPI(API):
intent.INTENT_TOGGLE,
intent.INTENT_GET_CURRENT_DATE,
intent.INTENT_GET_CURRENT_TIME,
intent.INTENT_RESPOND,
}
def __init__(self, hass: HomeAssistant) -> None: