leeds bins hass
20241031.01
欢迎来到利兹废物收集家庭助理集成!这是一个从英国利兹市议会获取数据并为每种垃圾箱类型创建传感器的集成。
此集成为 Home Assistant 添加了 3 个传感器,可使用利兹市议会区域的地址显示有关下次垃圾收集日期的数据。
平台 | 姓名 | 描述 |
---|---|---|
sensor | 回收箱 | 显示距离回收箱收集日的剩余天数 |
sensor | 一般垃圾桶 | 显示距离一般垃圾箱收集日的剩余天数 |
sensor | 花园垃圾桶 | 显示距离花园垃圾箱收集日的剩余天数 |
每个传感器都具有以下属性;
属性 | 描述 |
---|---|
颜色 | 垃圾箱的颜色(即绿色、黑色、棕色) |
下一个系列 | 下次收集日期 |
天 | 距离下次收集的天数 |
信息网址 | 利兹市议会网站的 URL,其中包含有关应将哪些物品放入垃圾箱的信息 |
Data Mill North 使用的数据集单击此处了解更多信息
该集成可以直接通过 HACS 安装。安装:
HACS
> Integrationss
> Custom Repositories
并添加带有类别Integration
的https://github.com/joemcc-90/leeds-bins-hass
)Download
(右下)此集成是通过 Home Assistant UI 配置的。您需要您的房屋名称或门牌号码以及邮政编码。
Settings
> Devices & Services
> Integrations
> ADD INTEGRATION
Leeds Waste Collection
配置 | 描述 |
---|---|
name | 输入配置的友好名称或留空(将影响传感器名称(即“回收站”变为“友好名称 - 回收站”))在监控多个地址时很有用 |
house | 输入房屋名称或门牌号 |
postcode | 输入邮政编码 |
要设置通知,请使用每日触发器以及使用天数属性的条件。如果天数为 1,则第二天会收集垃圾箱。
例子;
alias: Bins - Green Bin
description: ""
trigger:
- platform: time
at: "19:00:00"
condition:
- condition: state
entity_id: sensor.leeds_bins_1234567_green_bin
state: Tomorrow
action:
- service: notify.mobile_app
data:
message: Recycling bin due out tomorrow
title: Bins - Green Bin
mode: single
示例2;
alias: Bins - Green Bin
description: ""
trigger:
- platform: time
at: "07:00:00"
condition:
- condition: state
entity_id: sensor.leeds_bins_1234567_green_bin
state: Today
action:
- service: notify.mobile_app
data:
message: Recycling bin due out today
title: Bins - Green Bin
mode: single
Settings
> Devices & Services
> Integrations
> Leeds Waste Collection
> Entities
,然后打开您想要隐藏的传感器。使用Visible
选项隐藏传感器Settings
> Devices & Services
> Integrations
> Leeds Waste Collection
,然后选择Enable debug logging
当您遇到问题/错误时,报告问题的最佳方法是在此存储库中提出问题。单击此处 - 问题链接
买我咖啡啤酒?