Add HassGetCurrentDate and HassGetCurrentTime intents (#121707)
This commit is contained in:
parent
0462582da3
commit
417abda649
8 changed files with 65 additions and 7 deletions
|
@ -277,6 +277,8 @@ class AssistAPI(API):
|
|||
intent.INTENT_GET_STATE,
|
||||
intent.INTENT_NEVERMIND,
|
||||
intent.INTENT_TOGGLE,
|
||||
intent.INTENT_GET_CURRENT_DATE,
|
||||
intent.INTENT_GET_CURRENT_TIME,
|
||||
}
|
||||
|
||||
def __init__(self, hass: HomeAssistant) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue