Removed household tasks sensor to test rate limiting issue

This commit is contained in:
2022-10-08 17:48:45 -04:00
parent 7ad49dcf9a
commit ebb441e983

View File

@ -1,15 +1,3 @@
- platform: rest
name: Household Tasks
method: GET
resource: 'https://api.todoist.com/sync/v9/projects/get_data'
params:
token: !secret todoist_api_token
project_id: 2285967928
value_template: '{{value_json[''project''][''id'']}}'
json_attributes:
- project
- items
scan_interval: 60
- platform: rest
name: Kallen Tasks
method: GET