-
Notifications
You must be signed in to change notification settings - Fork 28
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
[BUG] Unable to add or delete new items through the HA Card #44
Comments
Add a post command to your configuration.yaml rest_command: |
Thanks for the reply....I already had that in my configuration.yaml so that wasn't causing the issue. However, today after upgrading to Home Assistant 2023.11.3 I get the following errors when adding or deleting items on the card: Failed to call service rest_command/todoist. Service not found. Looking in the developer tools section, I have the following services listed: todo.add_item Am I the only one having issues?? |
Hey! Sorry for late reply. Please, show your |
No worries, here is my config:
|
I'm unable to add/delete any new items to the HA Card. It appears to work through Amazon Alexa but the Card just seems to hang. I received the follow log errors:
Logger: homeassistant.components.rest_command
Source: components/rest_command/init.py:136
Integration: RESTful Command (documentation, issues)
First occurred: 7:34:25 AM (7 occurrences)
Last logged: 7:38:24 AM
Error. Url: https://api.todoist.com/sync/v9/. Status code 404. Payload: b''
Logger: homeassistant.helpers.template
Source: helpers/template.py:568
First occurred: 7:34:25 AM (14 occurrences)
Last logged: 7:38:23 AM
Template variable warning: 'payload' is undefined when rendering '{{ payload }}'
Template variable warning: 'url' is undefined when rendering 'https://api.todoist.com/sync/v9/{{ url }}'
Logger: homeassistant.components.template.template_entity
Source: components/template/template_entity.py:424
Integration: Template (documentation, issues)
First occurred: September 9, 2023 at 9:35:49 PM (20 occurrences)
Last logged: 7:35:25 AM
I'm running the latest HA Build:
Home Assistant 2023.9.1
Supervisor 2023.08.3
Operating System 10.5
Frontend 20230908.0 - latest
The text was updated successfully, but these errors were encountered: