Added Todoist integration and custom card

This commit is contained in:
2022-02-26 14:45:41 -05:00
parent f277d095c6
commit eef532e46c
2 changed files with 26 additions and 0 deletions

View File

@ -41,3 +41,14 @@
days: 7
entities:
- sensor.kdfi_wind_speed
- platform: rest
name: Household Tasks
method: GET
resource: 'https://api.todoist.com/sync/v8/projects/get_data'
params:
token: !secret todoist_api_token
project_id: 2285967928
value_template: '{{value_json[''project''][''id'']}}'
json_attributes:
- items
scan_interval: 30