From e927327cd1388535d2a5b02b7cfe1c468c896502 Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Tue, 16 May 2017 13:51:34 +0200 Subject: [PATCH] Corrected exclude_domains argument (#2641) --- source/_components/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 14b00a1a0fb..6a7f1698a3c 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -120,7 +120,7 @@ Example to run the script: ```bash $ hass --script influxdb_import --config CONFIG_DIR \ -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: