mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
More argument corrections (#2642)
This commit is contained in:
parent
e927327cd1
commit
c12bd3c36b
@ -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`.
|
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`.
|
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.
|
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.
|
To test what gets imported you can use the `--simulate` option, which disables the actual write to the InfluxDB instance.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user