From c12bd3c36b8f7f9d1c4068a29592ac9f3d8d7c6c Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Tue, 16 May 2017 15:16:53 +0200 Subject: [PATCH] More argument corrections (#2642) --- source/_components/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 6a7f1698a3c..270d3df1872 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -109,7 +109,7 @@ It will read all your state_change events from the database and add them as data You can specify the source database either by pointing the `--config` option to the config directory which includes the default sqlite database or by giving a sqlalchemy connection URI with `--uri`. The writing to InfluxDB is done in batches that can be changed with `--step`. -You can control, which data is imported by using the commandline options `--exclude-entities` and `--exclude-domain`. +You can control, which data is imported by using the commandline options `--exclude_entities` and `--exclude_domains`. Both get a comma separated list of either entity-ids or domain names that are excluded from the import. To test what gets imported you can use the `--simulate` option, which disables the actual write to the InfluxDB instance.