mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update pushsafer notify component configuration (#7526)
This commit is contained in:
parent
a83570da98
commit
80aa62fac9
@ -26,16 +26,22 @@ notify:
|
|||||||
private_key: YOUR_KEY
|
private_key: YOUR_KEY
|
||||||
```
|
```
|
||||||
|
|
||||||
**Configuration variables:**
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **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`.
|
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||||
- **private_key** (*Required*): Your private or alias key. Private key = send the notification to all devices with standard params, alias key send the notification to the devices stored in the alias with predefined params.
|
required: false
|
||||||
|
default: notify
|
||||||
|
type: string
|
||||||
|
private_key:
|
||||||
|
description: Your private or alias key. Private key = send the notification to all devices with standard params, alias key send the notification to the devices stored in the alias with predefined params.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Examples %}
|
### {% linkable_title Examples %}
|
||||||
|
|
||||||
Message to two devices with formatted text.
|
Message to two devices with formatted text.
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
action:
|
action:
|
||||||
service: notify.notify
|
service: notify.notify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user