mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
add new Pushsafer Parameter (#6049)
* Update notify.pushsafer.markdown * Update notify.pushsafer.markdown * Update notify.pushsafer.markdown * Update notify.pushsafer.markdown * Update notify.pushsafer.markdown * Change format * Update notify.pushsafer.markdown * Update notify.pushsafer.markdown
This commit is contained in:
parent
a390b8d2fa
commit
136993ea07
@ -12,7 +12,6 @@ ha_category: Notifications
|
|||||||
ha_release: 0.39
|
ha_release: 0.39
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The [Pushsafer service](https://www.pushsafer.com/) is a platform for the notify component. This allows you to send messages to the user using Pushsafer.
|
The [Pushsafer service](https://www.pushsafer.com/) is a platform for the notify component. This allows you to send messages to the user using Pushsafer.
|
||||||
|
|
||||||
In order to get a private or alias key you need to go to the [Pushsafer website](https://www.pushsafer.com) and register.
|
In order to get a private or alias key you need to go to the [Pushsafer website](https://www.pushsafer.com) and register.
|
||||||
@ -90,6 +89,10 @@ Message to two devices and one device group with formatted text and local image.
|
|||||||
"url": "https://www.home-assistant.io/",
|
"url": "https://www.home-assistant.io/",
|
||||||
"urltitle": "Open Home Assistant",
|
"urltitle": "Open Home Assistant",
|
||||||
"time2live": "10",
|
"time2live": "10",
|
||||||
|
"priority": "2",
|
||||||
|
"retry": "60",
|
||||||
|
"expire": "600",
|
||||||
|
"answer": "1",
|
||||||
"picture1": {
|
"picture1": {
|
||||||
"path":"C:\\Users\\Kevin\\AppData\\Roaming\\.homeassistant\\image-760-testimage.jpg"
|
"path":"C:\\Users\\Kevin\\AppData\\Roaming\\.homeassistant\\image-760-testimage.jpg"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user