We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When using the card with the above attribute, the card only displays overdue items not what is due today.
My configuration.yaml: sensor:
rest_command: todoist: method: post url: 'https://api.todoist.com/sync/v8/sync' payload: !secret todoist_api_payload content_type: 'application/x-www-form-urlencoded'
Versions:
The text was updated successfully, but these errors were encountered:
I'm looking at your line 393. I am in the New York Eastern Daylight Savings time zone.
Sorry, something went wrong.
Should be fixed in 1.0.8. Check it, please.
grinstantin
No branches or pull requests
Describe the bug
When using the card with the above attribute, the card only displays overdue items not what is due today.
My configuration.yaml:
sensor:
name: To-do List
method: GET
resource: 'https://api.todoist.com/sync/v8/projects/get_data'
params:
token: !secret todoist_api_token
project_id: MYPROJECTID
value_template: '{{value_json[''project''][''id'']}}'
json_attributes:
scan_interval: 30
rest_command:
todoist:
method: post
url: 'https://api.todoist.com/sync/v8/sync'
payload: !secret todoist_api_payload
content_type: 'application/x-www-form-urlencoded'
Versions:
The text was updated successfully, but these errors were encountered: