diff --git a/docs/usage/custom_cards/custom_card_bar_card.md b/docs/usage/custom_cards/custom_card_bar_card.md
index 819dbfc4e..db1f886d3 100644
--- a/docs/usage/custom_cards/custom_card_bar_card.md
+++ b/docs/usage/custom_cards/custom_card_bar_card.md
@@ -78,6 +78,13 @@ This card needs the following to function correctly:
Overwrites the sensor name |
+ulm_custom_card_bar_card_icon |
+"mdi:icon" |
+no |
+Sensor Icon |
+Overwrites the sensor icon |
+
+
ulm_custom_card_bar_card_value |
true / false |
no |
diff --git a/docs/usage/custom_cards/custom_card_device_tracker.md b/docs/usage/custom_cards/custom_card_device_tracker.md
index f4936f573..d7eede76f 100644
--- a/docs/usage/custom_cards/custom_card_device_tracker.md
+++ b/docs/usage/custom_cards/custom_card_device_tracker.md
@@ -7,7 +7,7 @@ hide:
## Description
-
+{ width="500" }
The `custom_card_device_tracker` displays presence state of a device according to the provided entity.
It allow to display the state of two tracker for this device
diff --git a/docs/usage/custom_cards/custom_card_nas.md b/docs/usage/custom_cards/custom_card_nas.md
index 7d821f3f4..9acd24d8b 100644
--- a/docs/usage/custom_cards/custom_card_nas.md
+++ b/docs/usage/custom_cards/custom_card_nas.md
@@ -37,7 +37,7 @@ Fix card & add Screenshot
variables:
ulm_custom_card_nas_sensor: sensor.pinas_disk_use
ulm_custom_card_nas_text: "HDD used"
- ulm_custom_card_nas_unit: "%"
+ ulm_custom_cad_nas_unit: %
```
## Requirements
@@ -69,7 +69,7 @@ n/a
ulm_custom_card_nas_unit |
% |
yes |
- The unit to show after your sensors state (use empty string to show nothing eg. "") |
+The unit to show after your sensors state |
diff --git a/docs/usage/custom_cards/custom_card_saxel_fan.md b/docs/usage/custom_cards/custom_card_saxel_fan.md
index cd7120970..a28f58fda 100644
--- a/docs/usage/custom_cards/custom_card_saxel_fan.md
+++ b/docs/usage/custom_cards/custom_card_saxel_fan.md
@@ -108,6 +108,30 @@ This card needs the following to function correctly:
no |
true/false if the fan speed row should collapse when the fan is turned off. Default: true |
+
+ ulm_card_fan_horizontal |
+ true |
+ no |
+ Single Line Horizontal Control. Collapsible MUST be false for this currently. Default: false |
+
+
+ ulm_show_button |
+ false |
+ no |
+ Set to false to remove the Button and have a full width Slider. Default: true |
+
+
+ ulm_button_icon |
+ mdi:button |
+ no |
+ Set the icon for the Button. Default: mdi:rotate-3d-variant |
+
+
+ ulm_button_service |
+ fan.toggle |
+ no |
+ Name of the Service Call on button press. Default: fan.oscillate |
+
oscillate_attribute |
oscillate |