PushPlus notification for homeassistant.
- Install this component by copying these files to
custom_components/pushplus/. - Add the code to your
configuration.yamlusing the config options below. - Restart HomeAssistant.
notify:
- platform: pushplus
name: pushplus
token: !secret pushplus_token
topic: 888888
template: html| Key | Default | Required | Description |
|---|---|---|---|
| token | - | true | Your pushplus token |
| topic | - | false | Group code, leave blank to send it to yourself |
| template | html | true | Choose a template: html,txt,json,markdown |
| name | - | false | Name of notify |
This project is licensed under MIT license. See LICENSE file for details.
