This is a hass integration for Rennigou(Anybuy).
- 本日汇率
- 获取订单信息
打开HACS设置并添加本repo (https://github.com/Cerallin/hass-rennigou) 为一个自定义集成(分类要选Integration)
之后填写用户名和密码即可。
注 不知为何不显示提示词,也就是“用户名/密码”。但总之上边是用户名下面是密码。
例如你可以定义一个list-card卡片如下:
type: custom:list-card
title: 待收货
entity: sensor.ren_ni_gou_awaiting_delivery
feed_attribute: orders
columns:
- title: ''
type: image
field: image_link
width: auto
height: 150
style:
- text-align: center
- title: 名称
field: title
style:
- text-align: left
- title: 状态
field: status
style:
- text-align: center
- title: 源站
field: source_site
style:
- text-align: center
- title: 更新时间
field: updated_at
style:
- text-align: center
- title: 类型
field: type
style:
- text-align: center
- 修复用户名密码不显示的问题
- 获取待收货包裹物流号
- 提供选项:自动注册待收货包裹为实体
- 根据包裹状态自动分类
- 在homeassistant的brand repo注册任你购的Logo
- 发布到HACS