mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add PrusaLink (#23941)
* Add PrusaLink * Update source/_integrations/prusalink.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
d8c92224f7
commit
df637e2776
@ -2,6 +2,7 @@
|
||||
title: OctoPrint
|
||||
description: Integration between OctoPrint and Home Assistant.
|
||||
ha_category:
|
||||
- 3D Printing
|
||||
- Binary Sensor
|
||||
- Button
|
||||
- Sensor
|
||||
@ -57,7 +58,7 @@ verify ssl:
|
||||
|
||||
### API Key
|
||||
For the integration to work, please check that in Octoprint, the plugin Discovery is enabled and in the settings -> printer notifications menu pop-ups are enabled.
|
||||
The Octoprint integration will attempt to register itself via the [application keys plugin](https://docs.octoprint.org/en/master/bundledplugins/appkeys.html). After submitting the configuration UI in Home Assistant, open the Octoprint UI and click allow on the prompt.
|
||||
The Octoprint integration will attempt to register itself via the [application keys plugin](https://docs.octoprint.org/en/master/bundledplugins/appkeys.html). After submitting the configuration UI in Home Assistant, open the Octoprint UI and click allow on the prompt.
|
||||
|
||||
## Binary Sensor
|
||||
|
||||
|
19
source/_integrations/prusalink.markdown
Normal file
19
source/_integrations/prusalink.markdown
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: PrusaLink
|
||||
description: Instructions on monitoring Prusa 3D printers using PrusaLink.
|
||||
ha_category:
|
||||
- 3D Printing
|
||||
ha_iot_class: Local Polling
|
||||
ha_release: '2022.9'
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@balloob'
|
||||
ha_domain: prusalink
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
The PrusaLink integration allows you to monitor your [Prusa 3D printer](https://www.prusa3d.com) and its progress with your Home Assistant installation.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
This integration requires PrusaLink v2. If you have the Prusa MINI, you need to run firmware 4.4.0 or later.
|
@ -68,13 +68,13 @@ regenerate: false
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
|
||||
crossorigin="anonymous"></script>
|
||||
<script
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js"
|
||||
integrity="sha384-wlIoxluAn4R0ncWYWAibi4AATy1rxh4LzxfPhzhRfBwpYzbAQT7FDApW3TTf4KC+"
|
||||
<script
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js"
|
||||
integrity="sha384-wlIoxluAn4R0ncWYWAibi4AATy1rxh4LzxfPhzhRfBwpYzbAQT7FDApW3TTf4KC+"
|
||||
crossorigin="anonymous"></script>
|
||||
<script
|
||||
<script
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/10.17.0/lazyload.min.js"
|
||||
integrity="sha384-vJtpZDYI5wEvw5lJzoCEeYTiRzgoR1NmzkWtzy04p4AaQjHXAzxNqSEVlIsutpxa"
|
||||
integrity="sha384-vJtpZDYI5wEvw5lJzoCEeYTiRzgoR1NmzkWtzy04p4AaQjHXAzxNqSEVlIsutpxa"
|
||||
crossorigin="anonymous"></script>
|
||||
{% raw %}
|
||||
<script id="component-template" type="text/x-custom-template">
|
||||
|
Loading…
x
Reference in New Issue
Block a user