-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for TLS connections (#210)
* Add support for TLS connections Add a toggle for connections that use TLS. this change makes it possible to access HTTPS enabled printers. * Add basic connection documentation Document the default values and add a note that TLS must be configured on the server side for them to work.
- Loading branch information
Showing
10 changed files
with
104 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Connection properties | ||
====================== | ||
|
||
The connection properties dialog can be used to connect to the Moonraker API. | ||
The integration is capable of connecting to most Moonraker deployments. | ||
|
||
.. image:: _static/connection-dialog.png | ||
:align: center | ||
|
||
Connection properties can be defined as follows: | ||
|
||
.. list-table:: Connection properties | ||
:header-rows: 1 | ||
|
||
* - name | ||
- default | ||
- description | ||
* - Host | ||
- None, **(required)** | ||
- IP address or hostname of Moonraker | ||
* - Port | ||
- 7125 | ||
- Moonraker port | ||
* - Uses TLS | ||
- | ||
- use encrypted connections | ||
* - API Key | ||
- | ||
- Moonraker API key | ||
* - Printer's Name | ||
- Host address | ||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters