mirror of
https://github.com/xiaoshi930/xiaoshi-pad-card.git
synced 2025-11-28 16:49:42 +00:00
Compare commits
39 Commits
v0.0.4
...
da16f27cf2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da16f27cf2 | ||
|
|
df6a678043 | ||
|
|
82930f4e41 | ||
|
|
4a2ffb628d | ||
|
|
3d5f6028c2 | ||
|
|
765b0a1367 | ||
|
|
df66608d7f | ||
|
|
6ed3bca2cc | ||
|
|
f1d0b52bd7 | ||
|
|
528eaf1cd1 | ||
|
|
59268a91f8 | ||
|
|
f768186379 | ||
|
|
2371475eca | ||
|
|
befca5ece5 | ||
|
|
24848db29b | ||
|
|
be232dc056 | ||
|
|
96fb548262 | ||
|
|
16831e5102 | ||
|
|
b05f7de548 | ||
|
|
d8d4389549 | ||
|
|
bca500c945 | ||
|
|
5f36835adb | ||
|
|
05d083c259 | ||
|
|
3738b0b092 | ||
|
|
87e9e68b79 | ||
|
|
7ddd378b9a | ||
|
|
23b6e5b8a3 | ||
|
|
4067518d0d | ||
|
|
53e06aacf7 | ||
|
|
9a59c2bb90 | ||
|
|
0ae5851361 | ||
|
|
a17033c0f0 | ||
|
|
44a1d81265 | ||
|
|
2de0668d37 | ||
|
|
a03a54663b | ||
|
|
6efa2864cc | ||
|
|
f4a37ff29c | ||
|
|
1c5717f5d5 | ||
|
|
15fcbf0250 |
73
README.md
73
README.md
@@ -24,21 +24,76 @@ max: 80 # 当前地区最大值
|
|||||||
mode: 湿度 # 【温度】或者【湿度】
|
mode: 湿度 # 【温度】或者【湿度】
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
## 功能2:HA版本更新卡(手机平板端通用)
|
## 功能2:HA信息卡(手机平板端通用)
|
||||||
**引用示例**
|
**引用示例**
|
||||||
~~~
|
~~~
|
||||||
type: custom:xiaoshi-update-card
|
type: custom:xiaoshi-update-card
|
||||||
width: 100p%
|
width: 100%
|
||||||
|
skip_updates: false #是否包含已跳过的更新
|
||||||
theme: on
|
theme: on
|
||||||
~~~
|
|
||||||
|
|
||||||
## 功能3:HA离线设备卡(手机平板端通用)
|
|
||||||
**引用示例**
|
|
||||||
~~~
|
|
||||||
type: custom:xiaoshi-offline-card
|
|
||||||
width: 320px
|
|
||||||
exclude_devices:
|
exclude_devices:
|
||||||
- *设备*
|
- *设备*
|
||||||
exclude_entities:
|
exclude_entities:
|
||||||
- *shiti*
|
- *shiti*
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
## 功能3:电话信息余额卡(手机平板端通用)
|
||||||
|
**引用示例**
|
||||||
|
~~~
|
||||||
|
type: custom:xiaoshi-balance-card
|
||||||
|
name: 电话余额信息
|
||||||
|
width: 100%
|
||||||
|
theme: on
|
||||||
|
entities:
|
||||||
|
- entity_id: sensor.999
|
||||||
|
attribute: null
|
||||||
|
overrides:
|
||||||
|
icon: ""
|
||||||
|
name: ""
|
||||||
|
unit_of_measurement: ""
|
||||||
|
warning: ""
|
||||||
|
- entity_id: input_boolean.777
|
||||||
|
attribute: friendly_name
|
||||||
|
overrides:
|
||||||
|
name: ""
|
||||||
|
icon: ""
|
||||||
|
unit_of_measurement: ""
|
||||||
|
warning: "99"
|
||||||
|
~~~
|
||||||
|
|
||||||
|
## 功能4:待办事项卡(手机平板端通用)
|
||||||
|
**引用示例**
|
||||||
|
~~~
|
||||||
|
type: custom:xiaoshi-todo-card
|
||||||
|
width: 100%
|
||||||
|
theme: on
|
||||||
|
entities:
|
||||||
|
- todo.kuai_di
|
||||||
|
- todo.ji_shi_ben
|
||||||
|
~~~
|
||||||
|
|
||||||
|
## 功能5:耗材信息卡片(手机平板端通用)
|
||||||
|
**引用示例**
|
||||||
|
~~~
|
||||||
|
type: custom:xiaoshi-consumables-card
|
||||||
|
width: 100%
|
||||||
|
global_warning: <8
|
||||||
|
columns: "2"
|
||||||
|
entities:
|
||||||
|
- entity_id: input_text.aaa
|
||||||
|
overrides:
|
||||||
|
name: 奥斯卡德拉萨达实打实实打实
|
||||||
|
unit_of_measurement: "%"
|
||||||
|
warning: <10
|
||||||
|
conversion: "*2"
|
||||||
|
icon: ""
|
||||||
|
- entity_id: input_text.aaa1
|
||||||
|
- entity_id: input_text.aaa2
|
||||||
|
- entity_id: input_text.aaa3
|
||||||
|
- entity_id: input_text.aaa4
|
||||||
|
- entity_id: input_text.aaa5
|
||||||
|
- entity_id: input_text.aaa6
|
||||||
|
- entity_id: input_text.aaa7
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1121
xiaoshi-device-balance-card.js
Normal file
1121
xiaoshi-device-balance-card.js
Normal file
File diff suppressed because it is too large
Load Diff
1569
xiaoshi-device-consumables-button.js
Normal file
1569
xiaoshi-device-consumables-button.js
Normal file
File diff suppressed because it is too large
Load Diff
2397
xiaoshi-device-consumables-button2.js
Normal file
2397
xiaoshi-device-consumables-button2.js
Normal file
File diff suppressed because it is too large
Load Diff
1339
xiaoshi-device-consumables-card.js
Normal file
1339
xiaoshi-device-consumables-card.js
Normal file
File diff suppressed because it is too large
Load Diff
1392
xiaoshi-device-ha-info-card.js
Normal file
1392
xiaoshi-device-ha-info-card.js
Normal file
File diff suppressed because it is too large
Load Diff
1305
xiaoshi-device-todo-card.js
Normal file
1305
xiaoshi-device-todo-card.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -68,6 +68,19 @@ class XiaoshiUpdateCardEditor extends LitElement {
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label>
|
||||||
|
<input
|
||||||
|
type="checkbox"
|
||||||
|
@change=${this._entityChanged}
|
||||||
|
.checked=${this.config.skip_updates !== false}
|
||||||
|
name="skip_updates"
|
||||||
|
/>
|
||||||
|
包含已跳过的更新
|
||||||
|
</label>
|
||||||
|
<div class="help-text">如果勾选,将包含标记为跳过的版本更新</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -75,10 +88,17 @@ class XiaoshiUpdateCardEditor extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_entityChanged(e) {
|
_entityChanged(e) {
|
||||||
const { name, value } = e.target;
|
const { name, value, type, checked } = e.target;
|
||||||
if (!value && name !== 'theme' && name !== 'width') return;
|
|
||||||
|
|
||||||
let finalValue = value;
|
let finalValue;
|
||||||
|
|
||||||
|
// 处理复选框
|
||||||
|
if (type === 'checkbox') {
|
||||||
|
finalValue = checked;
|
||||||
|
} else {
|
||||||
|
if (!value && name !== 'theme' && name !== 'width') return;
|
||||||
|
finalValue = value;
|
||||||
|
}
|
||||||
|
|
||||||
// 处理不同字段的默认值
|
// 处理不同字段的默认值
|
||||||
if (name === 'width') {
|
if (name === 'width') {
|
||||||
@@ -139,7 +159,6 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background: var(--bg-color, #fff);
|
background: var(--bg-color, #fff);
|
||||||
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,7 +188,6 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*标题统计数字*/
|
/*标题统计数字*/
|
||||||
@@ -251,7 +269,8 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-bottom: 1px solid rgb(150,150,150,0.2);
|
border-bottom: 1px solid rgb(150,150,150,0.2);
|
||||||
margin: 0 24px 8px 32px;
|
margin: 0 32px 4px 32px;
|
||||||
|
padding: 4px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*设备、实体明细背景*/
|
/*设备、实体明细背景*/
|
||||||
@@ -259,7 +278,7 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 0 0 8px 0;
|
padding: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-icon {
|
.device-icon {
|
||||||
@@ -274,7 +293,7 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
.device-name {
|
.device-name {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--fg-color, #000);
|
color: var(--fg-color, #000);
|
||||||
margin-bottom: 4px;
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-entity {
|
.device-entity {
|
||||||
@@ -286,7 +305,6 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
.device-details {
|
.device-details {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: var(--fg-color, #000);
|
color: var(--fg-color, #000);
|
||||||
margin-top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-last-seen {
|
.device-last-seen {
|
||||||
@@ -307,13 +325,13 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
|
|
||||||
.no-devices {
|
.no-devices {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px 0 0 0;
|
padding: 8px 0;
|
||||||
color: var(--fg-color, #000);
|
color: var(--fg-color, #000);
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0px;
|
padding: 10px 0px;
|
||||||
color: var(--fg-color, #000);
|
color: var(--fg-color, #000);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -389,12 +407,12 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
/* 备份信息独立容器 */
|
/* 备份信息独立容器 */
|
||||||
.backup-info {
|
.backup-info {
|
||||||
padding: 4px 0 4px 16px;
|
padding: 4px 0 4px 16px;
|
||||||
margin: 0 16px 0 30px;
|
margin: 0 32px 8px 32px;
|
||||||
border-bottom: 1px solid rgb(150,150,150,0.2);
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto auto;
|
grid-template-columns: auto auto auto;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
border-bottom: 1px solid rgb(150,150,150,0.2);
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -449,6 +467,17 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_handleEntityClick(entity) {
|
||||||
|
navigator.vibrate(50);
|
||||||
|
// 点击实体时打开实体详情页
|
||||||
|
if (entity.entity_id) {
|
||||||
|
// 使用您建议的第一种方式
|
||||||
|
const evt = new Event('hass-more-info', { composed: true });
|
||||||
|
evt.detail = { entityId: entity.entity_id };
|
||||||
|
this.dispatchEvent(evt);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
async _loadUpdateData() {
|
async _loadUpdateData() {
|
||||||
if (!this.hass) return;
|
if (!this.hass) return;
|
||||||
|
|
||||||
@@ -459,19 +488,10 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
const haUpdates = [];
|
const haUpdates = [];
|
||||||
const otherUpdates = [];
|
const otherUpdates = [];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 获取update.开头的实体更新信息
|
// 获取update.开头的实体更新信息
|
||||||
try {
|
try {
|
||||||
const entities = Object.values(this.hass.states);
|
const entities = Object.values(this.hass.states);
|
||||||
|
const skipUpdates = this.config.skip_updates !== false; // 默认为true
|
||||||
|
|
||||||
entities.forEach(entity => {
|
entities.forEach(entity => {
|
||||||
// 筛选以update.开头的实体
|
// 筛选以update.开头的实体
|
||||||
@@ -484,6 +504,15 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
attributes.installed_version &&
|
attributes.installed_version &&
|
||||||
attributes.latest_version !== attributes.installed_version) {
|
attributes.latest_version !== attributes.installed_version) {
|
||||||
|
|
||||||
|
// 如果不跳过更新,检查skipped_version属性
|
||||||
|
if (!skipUpdates) {
|
||||||
|
const skippedVersion = attributes.skipped_version;
|
||||||
|
// 如果skipped_version不为null且等于latest_version,则跳过此更新
|
||||||
|
if (skippedVersion !== null && skippedVersion === attributes.latest_version) {
|
||||||
|
return; // 跳过此更新
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const updateData = {
|
const updateData = {
|
||||||
name: attributes.friendly_name || entity.entity_id.replace('update.', ''),
|
name: attributes.friendly_name || entity.entity_id.replace('update.', ''),
|
||||||
current_version: attributes.installed_version,
|
current_version: attributes.installed_version,
|
||||||
@@ -493,7 +522,8 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
entity_id: entity.entity_id,
|
entity_id: entity.entity_id,
|
||||||
title: attributes.title || '',
|
title: attributes.title || '',
|
||||||
release_url: attributes.release_url || '',
|
release_url: attributes.release_url || '',
|
||||||
entity_picture: attributes.entity_picture || ''
|
entity_picture: attributes.entity_picture || '',
|
||||||
|
skipped_version: attributes.skipped_version || null
|
||||||
};
|
};
|
||||||
|
|
||||||
// 检查是否为home_assistant开头的实体
|
// 检查是否为home_assistant开头的实体
|
||||||
@@ -521,14 +551,10 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
this._loading = false;
|
this._loading = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_handleRefresh() {
|
_handleRefresh() {
|
||||||
this._loadUpdateData();
|
this._loadUpdateData();
|
||||||
navigator.vibrate(50);
|
navigator.vibrate(50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_handleUpdateClick(update) {
|
_handleUpdateClick(update) {
|
||||||
navigator.vibrate(50);
|
navigator.vibrate(50);
|
||||||
@@ -560,6 +586,10 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
|
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
this._executeUpdate(update);
|
this._executeUpdate(update);
|
||||||
|
// 延迟3秒后刷新数据,给更新操作足够时间完成
|
||||||
|
setTimeout(() => {
|
||||||
|
this._loadUpdateData();
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -765,9 +795,6 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
return html`${backupElements}`;
|
return html`${backupElements}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
if (!this.hass) {
|
if (!this.hass) {
|
||||||
return html`<div class="loading">等待Home Assistant连接...</div>`;
|
return html`<div class="loading">等待Home Assistant连接...</div>`;
|
||||||
@@ -804,19 +831,9 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
${this._renderHAVersionInfo()}
|
${this._renderHAVersionInfo()}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 备份信息 -->
|
|
||||||
<div class="section-divider">
|
|
||||||
<div class="section-title">
|
|
||||||
<span> • 备份信息</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="backup-info">
|
|
||||||
${this._renderBackupInfo()}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="devices-list">
|
<div class="devices-list">
|
||||||
${this._loading ?
|
${this._loading ?
|
||||||
html`<div class="loading">加载中...</div>` :
|
html`<div class="loading">HA版本信息加载中...</div>` :
|
||||||
|
|
||||||
(this._haUpdates.length === 0 && this._otherUpdates.length === 0) ?
|
(this._haUpdates.length === 0 && this._otherUpdates.length === 0) ?
|
||||||
html`<div class="no-devices">✅ 所有组件都是最新版本</div>` :
|
html`<div class="no-devices">✅ 所有组件都是最新版本</div>` :
|
||||||
@@ -829,7 +846,7 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
${this._haUpdates.map(update => html`
|
${this._haUpdates.map(update => html`
|
||||||
<div class="device-item">
|
<div class="device-item" @click=${() => this._handleEntityClick(update)}>
|
||||||
<div class="device-icon">
|
<div class="device-icon">
|
||||||
<ha-icon icon="${update.icon}"></ha-icon>
|
<ha-icon icon="${update.icon}"></ha-icon>
|
||||||
</div>
|
</div>
|
||||||
@@ -837,6 +854,7 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
<div class="device-name">${update.name}</div>
|
<div class="device-name">${update.name}</div>
|
||||||
<div class="device-details">
|
<div class="device-details">
|
||||||
当前版本: ${update.current_version} → 最新版本: ${update.latest_version}
|
当前版本: ${update.current_version} → 最新版本: ${update.latest_version}
|
||||||
|
${update.skipped_version ? html`<span style="color: #ff9800;"> 已跳过版本: ${update.skipped_version}</span>` : ''}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="device-last-seen" @click=${(e) => this._handleConfirmUpdate(update, e)}>
|
<div class="device-last-seen" @click=${(e) => this._handleConfirmUpdate(update, e)}>
|
||||||
@@ -848,12 +866,12 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
${this._otherUpdates.length > 0 ? html`
|
${this._otherUpdates.length > 0 ? html`
|
||||||
<div class="section-divider">
|
<div class="section-divider">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<span> • 加载项、卡片更新</span>
|
<span> • HACS更新</span>
|
||||||
<span class="section-count ${this._otherUpdates.length > 0 ? 'non-zero' : 'zero'}">${this._otherUpdates.length}</span>
|
<span class="section-count ${this._otherUpdates.length > 0 ? 'non-zero' : 'zero'}">${this._otherUpdates.length}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
${this._otherUpdates.map(update => html`
|
${this._otherUpdates.map(update => html`
|
||||||
<div class="device-item">
|
<div class="device-item" @click=${() => this._handleEntityClick(update)}>
|
||||||
<div class="device-icon">
|
<div class="device-icon">
|
||||||
<ha-icon icon="${update.icon}"></ha-icon>
|
<ha-icon icon="${update.icon}"></ha-icon>
|
||||||
</div>
|
</div>
|
||||||
@@ -861,6 +879,7 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
<div class="device-name">${update.name}</div>
|
<div class="device-name">${update.name}</div>
|
||||||
<div class="device-details">
|
<div class="device-details">
|
||||||
当前版本: ${update.current_version} → 最新版本: ${update.latest_version}
|
当前版本: ${update.current_version} → 最新版本: ${update.latest_version}
|
||||||
|
${update.skipped_version ? html`<span style="color: #ff9800;"> 已跳过版本: ${update.skipped_version}</span>` : ''}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="device-last-seen" @click=${(e) => this._handleConfirmUpdate(update, e)}>
|
<div class="device-last-seen" @click=${(e) => this._handleConfirmUpdate(update, e)}>
|
||||||
@@ -870,8 +889,18 @@ export class XiaoshiUpdateCard extends LitElement {
|
|||||||
`)}\n ` : ''}
|
`)}\n ` : ''}
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</ha-card>
|
<!-- 备份信息 -->
|
||||||
|
<div class="section-divider">
|
||||||
|
<div class="section-title">
|
||||||
|
<span> • 备份信息</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="backup-info">
|
||||||
|
${this._renderBackupInfo()}
|
||||||
|
</div>
|
||||||
|
</ha-card>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
console.info("%c 消逝卡-平板端 \n%c v 0.0.4 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black");
|
console.info("%c 消逝卡-平板端 \n%c v 0.1.4 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black");
|
||||||
|
|
||||||
const loadCards = async () => {
|
const loadCards = async () => {
|
||||||
await import('./xiaoshi-pad-grid-card.js');
|
await import('./xiaoshi-pad-grid-card.js');
|
||||||
|
await import('./xiaoshi-device-balance-card.js');
|
||||||
|
await import('./xiaoshi-device-todo-card.js');
|
||||||
|
await import('./xiaoshi-device-consumables-card.js');
|
||||||
|
await import('./xiaoshi-device-consumables-button.js');
|
||||||
|
await import('./xiaoshi-device-ha-info-card.js');
|
||||||
await import('./xiaoshi-device-update-card.js');
|
await import('./xiaoshi-device-update-card.js');
|
||||||
await import('./xiaoshi-device-offline-card.js');
|
await import('./xiaoshi-device-offline-card.js');
|
||||||
|
|
||||||
@@ -16,15 +21,27 @@ const cardConfigs = [
|
|||||||
description: '温度分布、湿度分布'
|
description: '温度分布、湿度分布'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'xiaoshi-update-card',
|
type: 'xiaoshi-ha-info-card',
|
||||||
name: '消逝卡HA更新监控卡片',
|
name: '消逝卡HA信息卡片',
|
||||||
description: '显示需要更新的组件和版本',
|
description: '消逝卡HA信息卡片',
|
||||||
preview: true
|
preview: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'xiaoshi-offline-card',
|
type: 'xiaoshi-balance-card',
|
||||||
name: '消逝卡HA离线设备卡片',
|
name: '消逝电话余额卡',
|
||||||
description: '显示所有离线的设备和实体',
|
description: '消逝电话余额卡',
|
||||||
|
preview: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'xiaoshi-todo-card',
|
||||||
|
name: '消逝待办事项',
|
||||||
|
description: '消逝待办事项',
|
||||||
|
preview: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'xiaoshi-consumables-card',
|
||||||
|
name: '消逝耗材统计',
|
||||||
|
description: '消逝耗材统计',
|
||||||
preview: true
|
preview: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user