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:
parent
5901f6f7e7
commit
cec617cfbb
5 changed files with 470 additions and 13 deletions
7
homeassistant/components/google_tasks/exceptions.py
Normal file
7
homeassistant/components/google_tasks/exceptions.py
Normal 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."""
|
Loading…
Add table
Add a link
Reference in a new issue