7 lines
208 B
YAML
Executable File
7 lines
208 B
YAML
Executable File
# Example configuration.yaml entry
|
|
notify:
|
|
- platform: html5
|
|
name: web_notify
|
|
vapid_pub_key: !secret vapid_pub_key
|
|
vapid_prv_key: !secret vapid_prv_key
|
|
vapid_email: !secret vapid_email |