Fix the structure for component specific keys in Pushover
This commit is contained in:
parent
d19596a16c
commit
2f5a91d661
1 changed files with 9 additions and 5 deletions
|
@ -40,9 +40,12 @@ Example Automation:
|
||||||
data:
|
data:
|
||||||
message: "This is the message"
|
message: "This is the message"
|
||||||
title: "Title of message"
|
title: "Title of message"
|
||||||
|
data:
|
||||||
|
url: "https://home-assistant.io/"
|
||||||
sound: pianobar
|
sound: pianobar
|
||||||
priority: 0
|
priority: 0
|
||||||
```
|
```
|
||||||
|
Component specific values in the nested `data` section are optional.
|
||||||
|
|
||||||
This is a quote from the Pushover website regarding free/open source apps:
|
This is a quote from the Pushover website regarding free/open source apps:
|
||||||
|
|
||||||
|
@ -69,6 +72,7 @@ alexa:
|
||||||
message: "The location of {% raw %}{{ User }}{% endraw %} has been queried via Alexa."
|
message: "The location of {% raw %}{{ User }}{% endraw %} has been queried via Alexa."
|
||||||
data:
|
data:
|
||||||
title: "Home Assistant"
|
title: "Home Assistant"
|
||||||
|
data:
|
||||||
sound: falling
|
sound: falling
|
||||||
device: pixel
|
device: pixel
|
||||||
url: "https://home-assistant.io/"
|
url: "https://home-assistant.io/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue