You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal & SSH (9.15.0), Assist Microphone (1.2.0), Whisper (2.3.0), Git pull (7.14.1), Grocy (0.22.1), Music Assistant Server (2.3.3), Mosquitto broker (6.4.1), Ring-MQTT with Video Streaming (5.7.3), Z-Wave JS (0.9.0), Z-Wave JS UI (3.17.0)
Dashboards
dashboards
3
resources
2
views
8
mode
storage
Recorder
oldest_recorder_run
24 November 2024 at 23:48
current_recorder_run
6 December 2024 at 00:39
estimated_db_size
143.51 MiB
database_engine
sqlite
database_version
3.45.3
Checklist
I have enabled debug logging for my installation.
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of any previous issues..
Describe the issue
After installing the integration I end up with 1 entity but this appears to have no content. When looking in the logs (after enabling debug logs) I find a traceback.
Reproduction steps
Setup integration in notions and copied the token
Added the To Do List template
Copied the database ID from the to do list (between the / and the ? in the url)
Download the integration using hacs
Added the integration using the add integration button
Configured using the token and database id above
Debug logs
The only entry in debug logs are as follows:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
await coro
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1383, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/notion_todo/todo.py", line 126, in async_added_to_hass
self._handle_coordinator_update()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/notion_todo/todo.py", line 79, in _handle_coordinator_update
self._status[id] = propHelper.get_property_by_id(TASK_STATUS_PROPERTY, task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/notion_todo/notion_property_helper.py", line 14, in get_property_by_id
return NotionPropertyHelper._property(data['properties'][key])
~~~~~~~~~~~~~~~~~~^^^^^
Diagnostics dump
.
The text was updated successfully, but these errors were encountered:
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Checklist
Describe the issue
After installing the integration I end up with 1 entity but this appears to have no content. When looking in the logs (after enabling debug logs) I find a traceback.
Reproduction steps
Debug logs
Diagnostics dump
.
The text was updated successfully, but these errors were encountered: