mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add join actions (#13893)
This commit is contained in:
parent
23a7eebabe
commit
276421df9f
@ -76,22 +76,24 @@ notify:
|
||||
The notify service has several optional parameters: `icon`, `smallicon`, `image`, `sound`, `url`, `notification_id`, `tts`, `tts_language` and `vibration`.
|
||||
You can use them like so:
|
||||
|
||||
```json
|
||||
{
|
||||
"message": "Hello from Home Assistant!",
|
||||
"title": "Home Assistant",
|
||||
"data": {
|
||||
"icon": "https://goo.gl/xeetdy",
|
||||
"smallicon": "https://goo.gl/xeetdy",
|
||||
"vibration": "0,65,706,86,657,95,668,100",
|
||||
"image": "https://www.home-assistant.io/images/favicon-192x192-full.png",
|
||||
"sound": "https://goo.gl/asasde.mp3",
|
||||
"url": "https://home-assistant.io",
|
||||
"notification_id": "hass-notification",
|
||||
"tts": "Notification from Home Assistant",
|
||||
"tts_language": "english"
|
||||
}
|
||||
}
|
||||
```yaml
|
||||
message: Hello from Home Assistant!
|
||||
title: Home Assistant
|
||||
data:
|
||||
icon: https://goo.gl/xeetdy
|
||||
smallicon: https://goo.gl/xeetdy
|
||||
vibration: 0,65,706,86,657,95,668,100
|
||||
image: https://www.home-assistant.io/images/favicon-192x192-full.png
|
||||
sound: https://goo.gl/asasde.mp3
|
||||
url: https://home-assistant.io
|
||||
notification_id: hass-notification
|
||||
tts: Notification from Home Assistant
|
||||
tts_language: english
|
||||
actions:
|
||||
Netflix:
|
||||
Tweet:
|
||||
- Tweet from HASS!
|
||||
Sleep:
|
||||
```
|
||||
|
||||
The services exposed in the `joaoapps_join` integration can be used with the
|
||||
|
Loading…
x
Reference in New Issue
Block a user