You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/influxdb.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ It will read all your state_change events from the database and add them as data
109
109
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`.
110
110
The writing to InfluxDB is done in batches that can be changed with `--step`.
111
111
112
-
You can control, which data is imported by using the commandline options `--exclude-entities` and `--exclude-domain`.
112
+
You can control, which data is imported by using the commandline options `--exclude_entities` and `--exclude_domains`.
113
113
Both get a comma separated list of either entity-ids or domain names that are excluded from the import.
114
114
115
115
To test what gets imported you can use the `--simulate` option, which disables the actual write to the InfluxDB instance.
0 commit comments