From a17033c0f05a7ed5271e177566d48a8980f3d10b Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:33:09 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 785be42..00a6ba9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mode: 湿度 # 【温度】或者【湿度】 **引用示例** ~~~ type: custom:xiaoshi-update-card -width: 100p% +width: 100% theme: on ~~~ @@ -36,7 +36,8 @@ theme: on **引用示例** ~~~ type: custom:xiaoshi-offline-card -width: 320px +width: 100% +theme: on exclude_devices: - *设备* exclude_entities: @@ -48,7 +49,8 @@ exclude_entities: ~~~ type: custom:xiaoshi-balance-card name: 电话余额信息 -width: 350px +width: 100% +theme: on entities: - entity_id: sensor.999 attribute: null @@ -65,3 +67,14 @@ entities: unit_of_measurement: "" warning: "99" ~~~ + +## 功能4:待办事项卡(手机平板端通用) +**引用示例** +~~~ +type: custom:xiaoshi-todo-card +width: 100% +theme: on +entities: + - todo.kuai_di + - todo.ji_shi_ben +~~~