Add note to Google Tasks that due time is not supported (#31520)

This commit is contained in:
John Taseff 2024-02-21 00:41:57 -06:00 committed by GitHub
parent d72e54da54
commit d704efbd28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,12 @@ ha_platforms:
The **Google Tasks** integration allows you to connect your [Google Tasks](https://support.google.com/tasks/answer/7675772) to Home Assistant. The integration adds a [to-do list entity](/integrations/todo) for The **Google Tasks** integration allows you to connect your [Google Tasks](https://support.google.com/tasks/answer/7675772) to Home Assistant. The integration adds a [to-do list entity](/integrations/todo) for
each task list, allowing you to create, update, or delete items on the list from the **To-do list** dashboard. each task list, allowing you to create, update, or delete items on the list from the **To-do list** dashboard.
<div class='note'>
The Google Tasks public API does not support viewing or setting the due time of tasks, only the due date.
</div>
## Prerequisites ## Prerequisites
You need to configure developer credentials to allow Home Assistant to access your Google Account. You need to configure developer credentials to allow Home Assistant to access your Google Account.