Skip to content

Commit 16c860e

Browse files
authored
Update docs
1 parent bb2acec commit 16c860e

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

docs/usage/custom_cards/custom_card_bar_card.md

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ This card needs the following to function correctly:
7878
<td>Overwrites the sensor name</td>
7979
</tr>
8080
<tr>
81+
<td>ulm_custom_card_bar_card_icon</td>
82+
<td>"mdi:icon"</td>
83+
<td>no</td>
84+
<td>Sensor Icon</td>
85+
<td>Overwrites the sensor icon</td>
86+
</tr>
87+
<tr>
8188
<td>ulm_custom_card_bar_card_value</td>
8289
<td>true / false</td>
8390
<td>no</td>

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_saxel_fan.md

+24
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,30 @@ This card needs the following to function correctly:
108108
<td>no</td>
109109
<td>true/false if the fan speed row should collapse when the fan is turned off. Default: true</td>
110110
</tr>
111+
<tr>
112+
<td>ulm_card_fan_horizontal</td>
113+
<td>true</td>
114+
<td>no</td>
115+
<td>Single Line Horizontal Control. Collapsible MUST be false for this currently. Default: false</td>
116+
</tr>
117+
<tr>
118+
<td>ulm_show_button</td>
119+
<td>false</td>
120+
<td>no</td>
121+
<td>Set to false to remove the Button and have a full width Slider. Default: true</td>
122+
</tr>
123+
<tr>
124+
<td>ulm_button_icon</td>
125+
<td>mdi:button</td>
126+
<td>no</td>
127+
<td>Set the icon for the Button. Default: mdi:rotate-3d-variant</td>
128+
</tr>
129+
<tr>
130+
<td>ulm_button_service</td>
131+
<td>fan.toggle</td>
132+
<td>no</td>
133+
<td>Name of the Service Call on button press. Default: fan.oscillate</td>
134+
</tr>
111135
<tr>
112136
<td>oscillate_attribute</td>
113137
<td>oscillate</td>

0 commit comments

Comments
 (0)