Skip to content

Commit 6ac5b4b

Browse files
authored
Update docs
1 parent 6a6333c commit 6ac5b4b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/usage/custom_cards/custom_card_device_tracker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hide:
77

88
## Description
99

10-
![Screenshot](../../assets/img/custom_card_device_tracker.png)
10+
![example-image](../../assets/img/ulm_cards/custom_card_device_tracker.png){ width="500" }
1111

1212
The `custom_card_device_tracker` displays presence state of a device according to the provided entity.
1313
It allow to display the state of two tracker for this device

docs/usage/custom_cards/custom_card_nas.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Fix card & add Screenshot
3737
variables:
3838
ulm_custom_card_nas_sensor: sensor.pinas_disk_use
3939
ulm_custom_card_nas_text: "HDD used"
40-
ulm_custom_card_nas_unit: "%"
40+
ulm_custom_cad_nas_unit: %
4141
```
4242
4343
## Requirements
@@ -69,7 +69,7 @@ n/a
6969
<td>ulm_custom_card_nas_unit</td>
7070
<td>%</td>
7171
<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>
7373
</tr>
7474
</table>
7575

docs/usage/custom_cards/custom_card_paddy_waste_collection.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Initial release
2525
<summary>1.0.1</summary>
2626
Fix for UI Minimalist v1.0.1.
2727
</details>
28+
<details>
29+
<summary>1.0.2</summary>
30+
Fixed the bug where card doesn't show at all
31+
</details>
2832

2933
## Usage
3034

@@ -67,12 +71,12 @@ This card needs the following to function correctly:
6771
<td>yes</td>
6872
<td>Your waste collection sensor. See <a href="#homeassistant">HA example</a> on how to configure.</td>
6973
</tr>
70-
<td>ulm_custom_card_paddy_waste_collection_name</td>
74+
<td>ulm_card_generic_swap_name</td>
7175
<td>Paper</td>
7276
<td>no</td>
7377
<td></td>
7478
</tr>
75-
<td>ulm_custom_card_paddy_waste_collection_icon</td>
79+
<td>ulm_card_generic_swap_icon</td>
7680
<td>mdi:trash-can</td>
7781
<td>no</td>
7882
<td></td>

0 commit comments

Comments
 (0)