core/homeassistant/components/calendar
Philip Rosenberg-Watt 8fda705377 Fix Todoist custom project update (#17115)
* Fix Todoist custom project update

Custom projects were not refreshing the API state and were using
local/stored state. This resulted in invalid tasks being retained upon
update. This change resets the local Todoist API state, syncs it, and
then continues normal update operation(s) on the Todoist project data
object.

* Remove blank line after docstring

* Update logging call

* Simplify logging
2018-10-07 01:38:25 +02:00
..
__init__.py More pylint 2 fixes (#15516) 2018-07-18 11:54:27 +02:00
caldav.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
demo.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
google.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
services.yaml Allow use of date_string in service call (#13256) 2018-04-06 22:23:40 +02:00
todoist.py Fix Todoist custom project update (#17115) 2018-10-07 01:38:25 +02:00