Prowl

Prowl 集成使用 Prowl 将 Home Assistant 的推送通知发送到您的 iOS 设备。

前往 Prowl 网站并创建新的 API 密钥。

要在您的安装中添加 Prowl 通知,请将以下内容添加到 "configuration.yaml" 文件中。 :::tip 更改配置后需要重启 Home Assistant。 :::

# 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

Prowl 动作数据

可在 data 中放入以下属性以扩展功能。

数据属性可选默认值描述
priorityyes0优先级。更多信息请参阅 Prowl API documentation
urlyesn/a要附带的 URL。更多信息请参阅 Prowl API documentation

要使用通知功能,请参阅自动化入门页面