Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

morestart/AlertoverNotifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

Alertover推送插件

使用方式

  • 在HomeAssistant中建立以下路径: homeassistant\custom_components\notify

  • 在notify文件夹下放入alert_over文件

  • 注册

    1. 注册账户

    图片

    1. 以组织为单位管理成员,发送源,接收组添加组织然后邀请成员加入,在成员列表管理成员,并建立该组织下的发送源和接收组。发送源只能通知到同一组织下的接收组和成员

    图片

    1. 创建并管理你所在组织的发送源。在发送源列表添加组织中的发送源,确定后可以获取发送源对应ID,作为source用于代码中发送

    图片

    1. 创建并管理你所在组织的接收组。receiver可以为用户ID,可以为接收组ID,在接收组列表管理你的接收组

    图片

配置文件及自动化例程

配置

notify:
 - name: my_notify
 platform: alert_over
 from_source: 发送人密钥

举个🌰

- alias: weather alertover
 trigger:
 at: '6:30'
 platform: time
 action:
 service: notify.my_notify
 data:
 title: 早上好
 message: 最高温度:{{states("sensor.heweather_tmp_max")}}, 最低温度:{{states("sensor.heweather_tmp_min")}},
 今日穿衣建议:{{states.sensor.heweather_drsg.attributes.生活建议}}
 target:
 - xxxxx
 - xxxx

About

Information Notifications Plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /