mirror of
https://github.com/xiaoshi930/xiaoshi-pad-card.git
synced 2026-02-27 14:06:34 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d052410ad | ||
|
|
995c1d023f | ||
|
|
d53396235f | ||
|
|
3bf2f2476d | ||
|
|
05daf09aff | ||
|
|
65a5832eda | ||
|
|
317ba45c3d | ||
|
|
850f388f01 | ||
|
|
fd817ae309 | ||
|
|
4979c8315a | ||
|
|
0b34505323 | ||
|
|
4aca5983e6 |
10
README.md
10
README.md
@@ -5,7 +5,15 @@
|
|||||||
type: module
|
type: module
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
## 功能1:分布卡(温度分布、湿度分布)
|
## 功能1:空调卡/加湿器卡/热水器卡/水暖毯卡
|
||||||
|
**引用示例**
|
||||||
|
**详细配置参照可视化编辑器
|
||||||
|
~~~
|
||||||
|
type: custom:xiaoshi-pad-climate-card
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
## 功能2:分布卡(温度分布、湿度分布)
|
||||||
**引用示例**
|
**引用示例**
|
||||||
~~~
|
~~~
|
||||||
type: custom:xiaoshi-pad-grid-card
|
type: custom:xiaoshi-pad-grid-card
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
console.info("%c 消逝卡-平板端 \n%c v 1.0.4 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black");
|
console.info("%c 消逝卡-平板端 \n%c v 1.0.9 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black");
|
||||||
|
|
||||||
const loadCards = () => {
|
const loadCards = () => {
|
||||||
import('./xiaoshi-pad-climate-card.js');
|
import('./xiaoshi-pad-climate-card.js');
|
||||||
@@ -16,8 +16,8 @@ const cardConfigs = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'xiaoshi-pad-climate-card',
|
type: 'xiaoshi-pad-climate-card',
|
||||||
name: '消逝卡(平板端)-空调/水暖毯/热水器卡',
|
name: '消逝卡(平板端)-空调/水暖毯/热水器/加湿器卡',
|
||||||
description: '平板端空调/水暖毯/热水器卡',
|
description: '平板端空调/水暖毯/热水器卡/加湿器卡',
|
||||||
preview: true
|
preview: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user