mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
升级小雅tvbox,添加hacs和易微联
This commit is contained in:
3
eweLink-smart-home/CHANGELOG.md
Normal file
3
eweLink-smart-home/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### 1.0.0 (2024-09-09)
|
||||
|
||||
- 首次推出
|
||||
52
eweLink-smart-home/DOCS.md
Normal file
52
eweLink-smart-home/DOCS.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# eWeLink Smart Home
|
||||
|
||||
---
|
||||
|
||||
## 疑难解答
|
||||
|
||||
- 解决“调用服务xxxxx/xxxxxxxx失败”的问题。找不到服务。`问题,使用“文件编辑器”编辑“configuration.yaml”。将以下信息附加到文件末尾:
|
||||
|
||||
```
|
||||
switch:
|
||||
- platform: template
|
||||
switches:
|
||||
ewelink_virtual_switch:
|
||||
turn_on:
|
||||
service: switch.turn_on
|
||||
turn_off:
|
||||
service: switch.turn_off
|
||||
|
||||
cover:
|
||||
- platform: template
|
||||
covers:
|
||||
ewelink_virtual_cover:
|
||||
open_cover:
|
||||
service: cover.open_cover
|
||||
close_cover:
|
||||
service: cover.close_cover
|
||||
stop_cover:
|
||||
service: cover.stop_cover
|
||||
set_cover_position:
|
||||
service: cover.set_cover_position
|
||||
|
||||
fan:
|
||||
- platform: template
|
||||
fans:
|
||||
ewelink_virtual_fan:
|
||||
value_template: "{{ states('input_boolean.state') }}"
|
||||
turn_on:
|
||||
service: fan.turn_on
|
||||
turn_off:
|
||||
service: fan.turn_off
|
||||
set_preset_mode:
|
||||
service: fan.set_preset_mode
|
||||
|
||||
light:
|
||||
- platform: template
|
||||
lights:
|
||||
ewelink_virtual_light:
|
||||
turn_on:
|
||||
service: light.turn_on
|
||||
turn_off:
|
||||
service: light.turn_off
|
||||
```
|
||||
12
eweLink-smart-home/README.md
Normal file
12
eweLink-smart-home/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 冬瓜甄选:eWeLink Smart Home
|
||||
|
||||
---
|
||||
## 关于
|
||||
|
||||
将eWeLink与家庭助理连接
|
||||
|
||||
## 来源
|
||||
|
||||
https://github.com/CoolKit-Technologies/ha-addon
|
||||
|
||||
|
||||
27
eweLink-smart-home/config.json
Normal file
27
eweLink-smart-home/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "eWeLink Smart Home",
|
||||
"version": "1.0.0",
|
||||
"slug": "ewelink_smart_home_slug",
|
||||
"description": "将 eWeLink 与家庭助理连接",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"init": false,
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"url": "https://www.facebook.com/ewelink.support",
|
||||
"image":"wghaos/ewelink",
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"ports_description": {
|
||||
"3000/tcp": "Web interface"
|
||||
},
|
||||
"panel_icon": "mdi:earth",
|
||||
"panel_title": "eWeLink Smart Home",
|
||||
"hassio_api": true,
|
||||
"webui": "[PROTO:http]://[HOST]:[PORT:3000]",
|
||||
"homeassistant_api": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 3000,
|
||||
"ingress_entry": ""
|
||||
}
|
||||
BIN
eweLink-smart-home/icon.png
Normal file
BIN
eweLink-smart-home/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Reference in New Issue
Block a user