File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## Description
9
9
10
- ![ Screenshot ] ( ../../assets/img/custom_card_device_tracker.png )
10
+ ![ example-image ] ( ../../assets/img/ulm_cards/ custom_card_device_tracker.png ) { width="500" }
11
11
12
12
The ` custom_card_device_tracker ` displays presence state of a device according to the provided entity.
13
13
It allow to display the state of two tracker for this device
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Fix card & add Screenshot
37
37
variables :
38
38
ulm_custom_card_nas_sensor : sensor.pinas_disk_use
39
39
ulm_custom_card_nas_text : " HDD used"
40
- ulm_custom_card_nas_unit : " % "
40
+ ulm_custom_cad_nas_unit : %
41
41
` ` `
42
42
43
43
## Requirements
69
69
<td>ulm_custom_card_nas_unit</td>
70
70
<td>%</td>
71
71
<td>yes</td>
72
- <td>The unit to show after your sensors state (use empty string to show nothing eg. "") </td>
72
+ <td>The unit to show after your sensors state</td>
73
73
</tr>
74
74
</table>
75
75
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Initial release
25
25
<summary >1.0.1</summary >
26
26
Fix for UI Minimalist v1.0.1.
27
27
</details >
28
+ <details >
29
+ <summary >1.0.2</summary >
30
+ Fixed the bug where card doesn't show at all
31
+ </details >
28
32
29
33
## Usage
30
34
@@ -67,12 +71,12 @@ This card needs the following to function correctly:
67
71
<td>yes</td>
68
72
<td>Your waste collection sensor. See <a href="#homeassistant">HA example</a> on how to configure.</td>
69
73
</tr>
70
- <td>ulm_custom_card_paddy_waste_collection_name </td>
74
+ <td>ulm_card_generic_swap_name </td>
71
75
<td>Paper</td>
72
76
<td>no</td>
73
77
<td></td>
74
78
</tr>
75
- <td>ulm_custom_card_paddy_waste_collection_icon </td>
79
+ <td>ulm_card_generic_swap_icon </td>
76
80
<td>mdi:trash-can</td>
77
81
<td>no</td>
78
82
<td></td>
You can’t perform that action at this time.
0 commit comments