mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Corrected exclude_domains argument (#2641)
This commit is contained in:
parent
7d9e13dc10
commit
e927327cd1
@ -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…
x
Reference in New Issue
Block a user