File tree 4 files changed +34
-3
lines changed
4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,13 @@ This card needs the following to function correctly:
78
78
<td>Overwrites the sensor name</td>
79
79
</tr>
80
80
<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>
81
88
<td>ulm_custom_card_bar_card_value</td>
82
89
<td>true / false</td>
83
90
<td>no</td>
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 @@ -108,6 +108,30 @@ This card needs the following to function correctly:
108
108
<td>no</td>
109
109
<td>true/false if the fan speed row should collapse when the fan is turned off. Default: true</td>
110
110
</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>
111
135
<tr>
112
136
<td>oscillate_attribute</td>
113
137
<td>oscillate</td>
You can’t perform that action at this time.
0 commit comments