Update README.md

This commit is contained in:
xiaoshi
2025-11-25 13:33:09 +08:00
committed by GitHub
parent 44a1d81265
commit a17033c0f0

View File

@@ -28,7 +28,7 @@ mode: 湿度 # 【温度】或者【湿度】
**引用示例** **引用示例**
~~~ ~~~
type: custom:xiaoshi-update-card type: custom:xiaoshi-update-card
width: 100p% width: 100%
theme: on theme: on
~~~ ~~~
@@ -36,7 +36,8 @@ theme: on
**引用示例** **引用示例**
~~~ ~~~
type: custom:xiaoshi-offline-card type: custom:xiaoshi-offline-card
width: 320px width: 100%
theme: on
exclude_devices: exclude_devices:
- *设备* - *设备*
exclude_entities: exclude_entities:
@@ -48,7 +49,8 @@ exclude_entities:
~~~ ~~~
type: custom:xiaoshi-balance-card type: custom:xiaoshi-balance-card
name: 电话余额信息 name: 电话余额信息
width: 350px width: 100%
theme: on
entities: entities:
- entity_id: sensor.999 - entity_id: sensor.999
attribute: null attribute: null
@@ -65,3 +67,14 @@ entities:
unit_of_measurement: "" unit_of_measurement: ""
warning: "99" warning: "99"
~~~ ~~~
## 功能4待办事项卡(手机平板端通用)
**引用示例**
~~~
type: custom:xiaoshi-todo-card
width: 100%
theme: on
entities:
- todo.kuai_di
- todo.ji_shi_ben
~~~