mirror of
https://github.com/xiaoshi930/xiaoshi-pad-card.git
synced 2026-02-27 22:16:36 +00:00
Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d052410ad | ||
|
|
995c1d023f | ||
|
|
d53396235f | ||
|
|
3bf2f2476d | ||
|
|
05daf09aff | ||
|
|
65a5832eda | ||
|
|
317ba45c3d | ||
|
|
850f388f01 | ||
|
|
fd817ae309 | ||
|
|
4979c8315a | ||
|
|
0b34505323 | ||
|
|
4aca5983e6 | ||
|
|
16e8cb8493 | ||
|
|
d0c11c3f08 | ||
|
|
1908ec0fae | ||
|
|
98ec3bfd5e | ||
|
|
57d4627fa0 | ||
|
|
e12f60b284 | ||
|
|
b12c5c633a | ||
|
|
49e3ce2b0d | ||
|
|
366d9625bb | ||
|
|
db7c3c7b34 | ||
|
|
2f8c0c2beb | ||
|
|
4cd1f4c320 |
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,6 +1,7 @@
|
|||||||
console.info("%c 消逝卡-平板端 \n%c v 1.0.0 ", "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-grid-card.js');
|
import('./xiaoshi-pad-grid-card.js');
|
||||||
|
|
||||||
window.customCards = window.customCards || [];
|
window.customCards = window.customCards || [];
|
||||||
@@ -12,6 +13,12 @@ const cardConfigs = [
|
|||||||
type: 'xiaoshi-pad-grid-card',
|
type: 'xiaoshi-pad-grid-card',
|
||||||
name: '消逝卡(平板端)-分布卡',
|
name: '消逝卡(平板端)-分布卡',
|
||||||
description: '温度分布、湿度分布'
|
description: '温度分布、湿度分布'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'xiaoshi-pad-climate-card',
|
||||||
|
name: '消逝卡(平板端)-空调/水暖毯/热水器/加湿器卡',
|
||||||
|
description: '平板端空调/水暖毯/热水器卡/加湿器卡',
|
||||||
|
preview: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
3737
xiaoshi-pad-climate-card.js
Normal file
3737
xiaoshi-pad-climate-card.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user