From 7fdcfa709c37e815464bf16505f0afe7f94fab06 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:30:53 +0100 Subject: [PATCH] PrusaLink: add info on credentials (#30012) --- source/_integrations/prusalink.markdown | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/source/_integrations/prusalink.markdown b/source/_integrations/prusalink.markdown index 5e5846ea8d2..d4453e1bd3c 100644 --- a/source/_integrations/prusalink.markdown +++ b/source/_integrations/prusalink.markdown @@ -20,8 +20,16 @@ ha_dhcp: true The PrusaLink integration allows you to monitor your [Prusa 3D printer](https://www.prusa3d.com) and its progress with your Home Assistant installation. This integration works with Prusa MINI and Prusa MK4. This integration requires PrusaLink v2. If you have the Prusa MINI, you need to run firmware 4.4.0 or later. -To obtain the API key: - - On your printer, navigate to **Settings** > **Network** > **PrusaLink**. - - The API key is shown at the bottom of the screen. +When adding the integration, you will be asked to provide a {% term host %} and an API key. These are the credentials you set up when setting up PrusaLink on your printer. + +To obtain the host name and API key/password: + + - On your printer, navigate to **Settings** > **Network** > **PrusaLink**. + - Find the device's **IP address**. Alternatively, you can look for the printer's IP address or hostname on your router. + - Depending on your model, the entry may not be called **API key**, but **Password**. {% include integrations/config_flow.md %} + +## Related topics + +- [PrusaLink documentation](https://help.prusa3d.com/article/prusa-connect-and-prusalink-explained_302608) \ No newline at end of file