Merge pull request #4353 from hamid-elaosta/current

Fix the structure for component specific keys in Pushover
This commit is contained in:
DubhAd 2018-01-06 15:02:34 +00:00 committed by GitHub
commit 1161ca054d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,12 @@ Example Automation:
data:
message: "This is the message"
title: "Title of message"
sound: pianobar
priority: 0
data:
url: "https://home-assistant.io/"
sound: pianobar
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:
@ -67,8 +70,9 @@ alexa:
service: notify.notify
data_template:
message: "The location of {% raw %}{{ User }}{% endraw %} has been queried via Alexa."
data:
title: "Home Assistant"
data:
title: "Home Assistant"
sound: falling
device: pixel
url: "https://home-assistant.io/"