mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add support for joaoapps_join notification categories (#21679)
This commit is contained in:
parent
e723b2bd0d
commit
7457e7e822
@ -76,7 +76,7 @@ notify:
|
||||
name: NAME2
|
||||
```
|
||||
|
||||
The notify service has several optional parameters: `icon`, `smallicon`, `image`, `sound`, `url`, `notification_id`, `tts`, `tts_language` and `vibration`.
|
||||
The notify service has several optional parameters: `icon`, `smallicon`, `image`, `sound`, `url`, `notification_id`, `category`, `tts`, `tts_language` and `vibration`.
|
||||
You can use them like so:
|
||||
|
||||
```yaml
|
||||
@ -90,6 +90,7 @@ data:
|
||||
sound: https://goo.gl/asasde.mp3
|
||||
url: https://home-assistant.io
|
||||
notification_id: hass-notification
|
||||
category: Custom Notification Category
|
||||
tts: Notification from Home Assistant
|
||||
tts_language: english
|
||||
actions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user