Corrected exclude_domains argument (#2641)

This commit is contained in:
Ron Klinkien 2017-05-16 13:51:34 +02:00 committed by Fredrik Lindqvist
parent 7d9e13dc10
commit e927327cd1

View File

@ -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: