mirror of
https://github.com/home-assistant/core.git
synced 2025-06-03 12:47:06 +00:00

* Add script to import state events to InfluxDB This adds a script to import recorded events from a recorder database to a InfluxDB instance. This can be useful for initial importing after setup of a InfluxDB. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> * Fix step argument handling in Influx import Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> * Correct typo in InfluxDB Importer Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> * Update influxdb_import.py