diff --git a/source/_integrations/matrix.markdown b/source/_integrations/matrix.markdown index d334d064aec..8bea33f9875 100644 --- a/source/_integrations/matrix.markdown +++ b/source/_integrations/matrix.markdown @@ -82,6 +82,12 @@ commands: default: empty {% endconfiguration %} +
+ +In order to prevent infinite loops when reacting to commands, you have to use a separate account for the Matrix integration. + +
+ ### Event Data If a command is triggered, a `matrix_command` event is fired. The event contains the name of the command in the `name` field. @@ -190,3 +196,17 @@ action: images: - /path/to/picture.jpg ``` + +
+ +If you need to include a file from an external folder in your notifications, you will have to [list the source folder as allowed](/docs/configuration/basic/). + +```yaml +configuration.yaml +... +homeassistant: + allowlist_external_dirs: + - /tmp +``` + +