diff --git a/docs/_static/config.png b/docs/_static/config.png new file mode 100644 index 0000000..a6859bb Binary files /dev/null and b/docs/_static/config.png differ diff --git a/docs/connection.rst b/docs/connection.rst index cc0fbfc..b41dcdc 100644 --- a/docs/connection.rst +++ b/docs/connection.rst @@ -32,4 +32,10 @@ Connection properties can be defined as follows: - Device name in Home Assistant Note: Encrypted connections must be configured in Moonraker API or by using a -reverse proxy to connect to Moonraker API. \ No newline at end of file +reverse proxy to connect to Moonraker API. + + +Camera Manual Configuration +------------------------------------- + +Camera URL can be manually defined more details in the :ref:`camera_config` diff --git a/docs/entities/camera.rst b/docs/entities/camera.rst index 52d5ae5..1cb523f 100644 --- a/docs/entities/camera.rst +++ b/docs/entities/camera.rst @@ -7,6 +7,15 @@ Camera * Thumbnail of the current print. (Your slicer needs to generate the thumbnail image) |thum_image| +.. _camera_config: + +Manual Configuration +------------------------------------- + +It is possible to manually configure the Stream and Snapshot URL for the camera. This will bypass the automatic configuration. + +|config| .. |cam_image| image:: https://raw.githubusercontent.com/marcolivierarsenault/moonraker-home-assistant/main/assets/camera.png -.. |thum_image| image:: https://raw.githubusercontent.com/marcolivierarsenault/moonraker-home-assistant/main/assets/thumbnail.png \ No newline at end of file +.. |thum_image| image:: https://raw.githubusercontent.com/marcolivierarsenault/moonraker-home-assistant/main/assets/thumbnail.png +.. |config| image:: /_static/config.png