Merge pull request #6068 from ekeih/doc/fix-explanation-for-user-object

Fix the explanation of `types` and `states` for user objects
This commit is contained in:
Gunnar Beutner 2018-02-05 07:50:53 +01:00 committed by GitHub
commit 4bafa6ff1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1708,8 +1708,8 @@ Configuration Attributes:
groups | Array of object names | **Optional.** An array of group names.
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user.
period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default.
types | Array | **Optional.** A set of type filters when this notification should be triggered. By default everything is matched.
states | Array | **Optional.** A set of state filters when this notification should be triggered. By default everything is matched.
types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched.
states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched.
Runtime Attributes: