Comments: Home Assistant SQlite query - edit database statistics

created by Bernhard
| published: 2023-02-27
| Updated: 2025-03-24 |
Übersetzung Deutsch
|🔔
| Comments:1
Questions / Comments to Home Assistant SQlite query - edit database statistics
(newest first)Hi, I really enjoyed your post! I have developed a python script around sqlite (with SQLAlchemy) to deal with this sort of changes; the idea is to export the sensor data into CSV, edit it with your favorite spreedsheet app, and import it back. This way I hope it would make it more accessible for people. Do you mind taking a look at it? I'd really appreciate your feedback. https://github.com/naevtamarkus/homeassistant-statistics-cli Thanks!