diff --git a/custom_cards/custom_card_camera/README.md b/custom_cards/custom_card_camera/README.md
new file mode 100644
index 000000000..e600d5bd5
--- /dev/null
+++ b/custom_cards/custom_card_camera/README.md
@@ -0,0 +1,71 @@
+---
+title: Custom Camera Card
+hide:
+ - toc
+---
+
+
+# Custom-card "Camera"
+
+This is a `custom-card` to display a camera live view.
+
+![Screenshot](../../docs/assets/img/screenshot_custom_camera1.png)
+![Screenshot](../../docs/assets/img/screenshot_custom_camera2.png)
+
+## Credits
+
+Author: Eltarius, from the script of [Clemalex](https://forum.hacf.fr/t/dashboard-minimalist/5507/183?u=clemalex) - 2022
+Version: 1.0.0
+
+## Changelog
+
+1.0.0
+Initial release.
+
Variable | +Example | +Required | +Default | +Explanation | +
---|---|---|---|---|
ulm_custom_card_camera_title | +true | +yes | ++ | If you want header card | +
ulm_custom_card_camera_name | +"Garden" | +no | ++ | Name of your choice | +
ulm_custom_card_camera_label | +"Room" | +no | ++ | Label of your choice | +
Variable | +Example | +Required | +Explanation | +
---|---|---|---|
ulm_custom_card_entity_1_name | +sensor.nuki_blindato_door_security_state | +Yes | +Your Door Name | +
ulm_custom_card_entity_1_lock | +lock.nuki_blindato_lock | +Yes | +Your Door Lock entity | +
entity | +sensor.nuki_blindato_door_security_state | +Yes | +Your door sensor to track "Open" and "Close" state. | +
Variable | +Example | +Required | +Explanation | +
---|---|---|---|
entity | +switch.qnap_wol | +yes | +The Switch to turn On or Off the NAS | +
chart_type | +line, scatter, pie, donut or radialBar | +yes | +The chart type you want to display | +
graph_span | +1h, 12min, 1d, 1h25, 10sec, ... | +yes | +The span of the graph as a time interval | +
entity_id | +sensor.disk_use_percent | +yes | +Entity sensor of choice. 4 entities must be added | +
icon | +mdi:cpu-64-bit | +no | +mdi icon you want to be exposed in the img_cell, '' will return entity.attributes.icon | +
name | +name for the used sensor | +no | +'' will return entity.attributes.friendly_name | +
color | +green, blue, yellow, red or grey | +no | +if you don't use the color variable it will choice a random color | +
max_value | +10, 300, ... | +no | +Maximum value of the sensor. Default will be 100 | +
Variable | +Example | +Required | +Default | +Explanation | +
---|---|---|---|---|
ulm_custom_card_camera_title | +true | +yes | ++ | If you want header card | +
ulm_custom_card_camera_name | +"Garden" | +no | ++ | Name of your choice | +
ulm_custom_card_camera_label | +"Room" | +no | ++ | Label of your choice | +
Variable | +Example | +Required | +Explanation | +
---|---|---|---|
ulm_custom_card_entity_1_name | +sensor.nuki_blindato_door_security_state | +Yes | +Your Door Name | +
ulm_custom_card_entity_1_lock | +lock.nuki_blindato_lock | +Yes | +Your Door Lock entity | +
entity | +sensor.nuki_blindato_door_security_state | +Yes | +Your door sensor to track "Open" and "Close" state. | +
Variable | +Example | +Required | +Explanation | +
---|---|---|---|
entity | +switch.qnap_wol | +yes | +The Switch to turn On or Off the NAS | +
chart_type | +line, scatter, pie, donut or radialBar | +yes | +The chart type you want to display | +
graph_span | +1h, 12min, 1d, 1h25, 10sec, ... | +yes | +The span of the graph as a time interval | +
entity_id | +sensor.disk_use_percent | +yes | +Entity sensor of choice. 4 entities must be added | +
icon | +mdi:cpu-64-bit | +no | +mdi icon you want to be exposed in the img_cell, '' will return entity.attributes.icon | +
name | +name for the used sensor | +no | +'' will return entity.attributes.friendly_name | +
color | +green, blue, yellow, red or grey | +no | +if you don't use the color variable it will choice a random color | +
max_value | +10, 300, ... | +no | +Maximum value of the sensor. Default will be 100 | +