Add support for deleting To-do items in Google Tasks (#102967)

* Add support for deleting To-do items in Google Tasks

* Cleanup multipart test

* Fix comments

* Add additional error checking to increase coverage

* Apply suggestions and fix tests
This commit is contained in:
Allen Porter 2023-11-08 09:13:48 -08:00 committed by GitHub
parent 5901f6f7e7
commit cec617cfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 470 additions and 13 deletions

View file

@ -0,0 +1,7 @@
"""Exceptions for Google Tasks api calls."""
from homeassistant.exceptions import HomeAssistantError
class GoogleTasksApiError(HomeAssistantError):
"""Error talking to the Google Tasks API."""