Prowl 集成使用 Prowl 将 Home Assistant 的推送通知发送到您的 iOS 设备。
前往 Prowl 网站并创建新的 API 密钥。
要在您的安装中添加 Prowl 通知,请将以下内容添加到 "configuration.yaml" 文件中。 :::tip 更改配置后需要重启 Home Assistant。 :::
configuration.yaml
# Example configuration.yaml entry notify: - name: NOTIFIER_NAME platform: prowl api_key: YOUR_API_KEY
name: description: 设置可选参数 `name` 可创建多个通知器。该通知器将绑定到 `notify.NOTIFIER_NAME` 动作。 required: false default: notify type: string api_key: description: 要使用的 Prowl API 密钥。 required: true type: string
可在 data 中放入以下属性以扩展功能。
data
priority
url
要使用通知功能,请参阅自动化入门页面。