Add HassGetCurrentDate and HassGetCurrentTime intents (#121707)

This commit is contained in:
Michael Hansen 2024-07-10 17:17:04 -05:00 committed by GitHub
parent 0462582da3
commit 417abda649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 65 additions and 7 deletions

View file

@ -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: