home-assistant / home-assistant-notebooks

:notebook: Sample Jupyter Notebooks to explore Home Assistant data
https://data.home-assistant.io/
Other
63 stars 32 forks source link

Update GETTING_STARTED.ipynb #24

Closed duncandoo closed 4 months ago

duncandoo commented 1 year ago

Database schema has changed with event_data now all NULL and the actual JSON data object offloaded to a separate table and column event_data.shared_data. https://data.home-assistant.io/docs/events.

These edits fix the error that otherwise occurs at like 82 when json.loads(event.event_data) finds a NULL value of type NoneType.

home-assistant[bot] commented 1 year ago

Hi duncandoo

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB