mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Add documentation for Splunk Component entity filter support (#9831)
* Adding documentation for Splunk Component entity filter support.
* Applying recommended cleanup suggestion
Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
* ✏️ Tweaks
This commit is contained in:
parent
fdf8601cf6
commit
6c0dd968cd
@ -3,7 +3,7 @@ title: "Splunk"
|
|||||||
description: "Record events in Splunk."
|
description: "Record events in Splunk."
|
||||||
logo: splunk.png
|
logo: splunk.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- "History"
|
- History
|
||||||
ha_release: 0.13
|
ha_release: 0.13
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -49,4 +49,25 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
default: HASS
|
default: HASS
|
||||||
type: string
|
type: string
|
||||||
|
filter:
|
||||||
|
description: Filters for entities to be included/excluded from Splunk. Default is to include all entities.
|
||||||
|
required: false
|
||||||
|
type: map
|
||||||
|
keys:
|
||||||
|
include_domains:
|
||||||
|
description: Domains to be included.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
include_entities:
|
||||||
|
description: Entities to be included.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
exclude_domains:
|
||||||
|
description: Domains to be excluded.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
exclude_entities:
|
||||||
|
description: Entities to be excluded.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user