感谢大神回复, 教程链接
homeassistant版本2021.3.1
按照下载本仓库的www/lovelace-card-touchpad.html文件放入到homeassistant配置文件目录的~~/www文件夹下了,没有ui-lovelace.yaml文件
尝试在configuration.yaml添加报错
resources:
- url: /local/lovelace-card-touchpad.html
type: html
配置——添加仪表也看不懂
3. 在ui-lovelace.yaml加入对应的以下配置文件代码即可
cards:
- type: custom:lovelace-card-touchpad
#### 以下内容均为可选,不需要的删了那一行就行
name: 客厅电视遥控器
icon: mdi:television
fold: true #折叠触摸板
debug: true #显示调试信息
touchpad: #以下是触摸板功能的ID
tap: script.tap #单击
up: script.up #上滑
down: script.down #下滑
left: script.left #左滑
right: script.right #右滑
double_tap: script.double_tap #双击
Long_up: script.Long_up #长上滑
Long_down: script.Long_down #长下滑
Long_left: script.Long_left #长左滑
Long_right: script.Long_right #长右滑
top_buttons: ##触摸板 上面的 按钮
- switch.xxxxxx_1
- switch.xxxxxx_2
- switch.xxxxxx_3
bottom_buttons: ##触摸板 下面的 按钮
- switch.xxxxxx_4
- switch.xxxxxx_5
- switch.xxxxxx_6
代码要在哪里加呢?
现在的教程都是老版本的,而且都是大神级别忽略基础知识,小白又不懂基础,太难了。 |