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

The Getting Started notebook is out of date #20

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

The Getting Started notebook is actually incompatible with the latest releases of HASS-data-detective, currently at 2.4. This is causing issues for users of the jupyterlab addon since it is installing the latest data detective. This notebook needs to be updated to use the same version of detective as the addon (which is currently on 2.4)

monkeydust commented 3 years ago

Experienced this just now.

danielbrunt57 commented 2 years ago

@robmarkcole Why was this closed when it is still an issue??? I've just installed it and it is not working as documented...


AttributeError Traceback (most recent call last) File :1, in

AttributeError: 'HassDatabase' object has no attribute 'fetch_all_data'

danielbrunt57 commented 2 years ago

Thanks!