Skip to content

Commit c12bd3c

Browse files
cyberjunkyLandrash
authored andcommitted
More argument corrections (home-assistant#2642)
1 parent e927327 commit c12bd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/influxdb.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ It will read all your state_change events from the database and add them as data
109109
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`.
110110
The writing to InfluxDB is done in batches that can be changed with `--step`.
111111

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`.
113113
Both get a comma separated list of either entity-ids or domain names that are excluded from the import.
114114

115115
To test what gets imported you can use the `--simulate` option, which disables the actual write to the InfluxDB instance.

0 commit comments

Comments
 (0)