mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update pushbullet notify component configuration (#7546)
This commit is contained in:
parent
9ccd80b546
commit
6b6623bf4a
@ -24,10 +24,17 @@ notify:
|
|||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
api_key:
|
||||||
- **api_key** (*Required*): Enter the API key for Pushbullet. Go to [https://www.pushbullet.com/#settings/account](https://www.pushbullet.com/#settings/account) to retrieve your API key/access token.
|
description: Enter the API key for Pushbullet. Go to [https://www.pushbullet.com/#settings/account](https://www.pushbullet.com/#settings/account) to retrieve your API key/access token.
|
||||||
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||||
|
required: false
|
||||||
|
default: notify
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Usage %}
|
### {% linkable_title Usage %}
|
||||||
|
|
||||||
@ -84,7 +91,6 @@ action:
|
|||||||
|
|
||||||
- **file** (*Required*): File to send with Pushbullet.
|
- **file** (*Required*): File to send with Pushbullet.
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title File URL support %}
|
### {% linkable_title File URL support %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -100,6 +106,7 @@ action:
|
|||||||
- **file_url** (*Required*): File to send with Pushbullet.
|
- **file_url** (*Required*): File to send with Pushbullet.
|
||||||
|
|
||||||
### {% linkable_title Single target %}
|
### {% linkable_title Single target %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
action:
|
action:
|
||||||
service: notify.NOTIFIER_NAME
|
service: notify.NOTIFIER_NAME
|
||||||
@ -108,10 +115,9 @@ action:
|
|||||||
message: "This only goes to one specific device"
|
message: "This only goes to one specific device"
|
||||||
target: device/DEVICE_NAME
|
target: device/DEVICE_NAME
|
||||||
```
|
```
|
||||||
- **target**: Pushbullet device to recive the notification.
|
|
||||||
|
|
||||||
|
- **target**: Pushbullet device to recive the notification.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
|
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user