Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v411e authored Sep 26, 2023
1 parent c2e0ebe commit ebbfa3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ notify:
## Usage
The bot is almost stateless (database only used for lifetime) and can be used within multiple rooms.
Most attributes are optional. The only attribute that always has to be provided through home assistant is `data: message`. You can set this to `None` if you are not using it (e.g. sending a redaction or image)
```yaml
service: notify.<your_service_name>
data:
Expand Down Expand Up @@ -127,7 +128,7 @@ data:
```
The image sending functionality is contributed and used by https://github.com/AlexanderBabel/mail-parser.

## Config
## Maubot plugin config
**Hint:** Depending on your preference, you can choose between two different modes for the edit feature:
1. Content of `<del></del>` is discarded in the Matrix notification (`keep_del_tag: true`) <br> Notification example:
```
Expand Down

0 comments on commit ebbfa3d

Please sign in to comment.