robmarkcole / HASS-data-detective

Explore and analyse your Home Assistant data
https://data.home-assistant.io/
MIT License
183 stars 34 forks source link

add 'fetch_all_data_of' #130

Closed basnijholt closed 3 years ago

basnijholt commented 3 years ago

Use like

df1 = db.fetch_all_data_of(('sensor.humidity_bathroom',))
df2 = db.fetch_all_data_of(('sensor.humidity_bathroom', 'sensor.temperature_bathroom'))
robmarkcole commented 3 years ago

Nice!