Skip to content

Commit e488222

Browse files
authored
Merge pull request #42 from marksie1988/dev
v1.1.0
2 parents 385d2f6 + 595e7ec commit e488222

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Hey dude! Help me out for a couple of :beers: or a :coffee:!
9898
|------|:----:|:-----:|-------------|
9999
| type | string | optional | v0.5.5 | `null` Type of calendar (in calendar mode) Icon1, Icon2, Icon3, Birthday. Explained below.
100100
| blacklist | string | v0.7.9 | `null` List of comma separated blacklisted keywords. Events containing any of them will not be shown.
101+
| whitelist | string | v1.1.0 | `null` List of comma separated whitelisted keywords. Only events containing any of them will be shown.
101102

102103
### Calendar Mode settings
103104
| Name | Type | Since | Description |
@@ -208,6 +209,7 @@ For calendar mode we recommend that this is set to at least 30
208209
entities:
209210
- entity: calendar.YOUR_CALENDAR_HERE
210211
titleColor: red
212+
whitelist: 'word1,word2'
211213
- entity: calendar.YOUR_CALENDAR1_HERE
212214
blacklist: 'word1, word2'
213215
```

0 commit comments

Comments
 (0)