mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add HassRespond intent (#129755)
* Add HassHello intent * Rename to HassRespond * LLM's ignore HassRespond intent
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user