Skip to content

Commit 20a967c

Browse files
authored
Merge pull request #7 from Mariusthvdb/Mariusthvdb-patch-1
Create EXAMPLES.md
2 parents 2332ee1 + 53c39d2 commit 20a967c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

EXAMPLES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
custom_attributes:
2+
filter_attributes:
3+
## Filter attributes from specific entities
4+
sensor.my_sensor:
5+
- some_attribute
6+
- some_attribute
7+
## Filter attributes from entities that match a glob
8+
"light.kitchen_*":
9+
- some_attribute
10+
- some_attribute
11+
## Filter attributes from domains
12+
"person.*":
13+
- some_attribute
14+
- some_attribute

0 commit comments

Comments
 (0)