Skip to content
New issue

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

only_today_overdue: true is displaying only overdue #6

Closed
AndrewsBrewing opened this issue Dec 4, 2021 · 2 comments
Closed

only_today_overdue: true is displaying only overdue #6

AndrewsBrewing opened this issue Dec 4, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AndrewsBrewing
Copy link

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:

  • platform: rest
    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:
    • items
      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:

  • Card: [1.0.7]
  • HomeAssistant: [2021.11.5]
  • Browser: [Google Chrome 96.0.4664.45]
@AndrewsBrewing AndrewsBrewing added the bug Something isn't working label Dec 4, 2021
@AndrewsBrewing
Copy link
Author

I'm looking at your line 393. I am in the New York Eastern Daylight Savings time zone.

@grinstantin
Copy link
Owner

Should be fixed in 1.0.8. Check it, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants