Corrected exclude_domains argument (#2641)
This commit is contained in:
parent
7d9e13dc10
commit
e927327cd1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Example to run the script:
|
||||||
```bash
|
```bash
|
||||||
$ hass --script influxdb_import --config CONFIG_DIR \
|
$ hass --script influxdb_import --config CONFIG_DIR \
|
||||||
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
|
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
|
||||||
--dbname INFLUXDB_DB_NAME --exclude-domain automation,configurator
|
--dbname INFLUXDB_DB_NAME --exclude_domains automation,configurator
|
||||||
```
|
```
|
||||||
Script arguments:
|
Script arguments:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue