mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update influxdb.markdown (#14598)
Swapped exclude and include for entity_globs in the relevant sections.
This commit is contained in:
parent
103d9d6209
commit
703354fe8c
@ -117,7 +117,7 @@ exclude:
|
||||
required: false
|
||||
entity_globs:
|
||||
type: [string, list]
|
||||
description: Include all entities matching a listed pattern.
|
||||
description: Exclude all entities matching a listed pattern.
|
||||
required: false
|
||||
domains:
|
||||
type: [string, list]
|
||||
@ -134,7 +134,7 @@ include:
|
||||
required: false
|
||||
entity_globs:
|
||||
type: [string, list]
|
||||
description: Exclude all entities matching a listed pattern.
|
||||
description: Include all entities matching a listed pattern.
|
||||
required: false
|
||||
domains:
|
||||
type: [string, list]
|
||||
|
Loading…
x
Reference in New Issue
Block a user