mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 10:36:50 +00:00

* Updated configuration examples to match changes of the component * Adding port configuration documentation * Updated octoprint documentation to reflect components changes * configuration variable type tweak * added more keys descriptions * typo fix * Documentation tweaks after feedback
21 lines
623 B
Markdown
21 lines
623 B
Markdown
---
|
|
layout: page
|
|
title: "OctoPrint Binary Sensor"
|
|
description: "Instructions on how to integrate OctoPrint binary sensors within Home Assistant."
|
|
date: 2016-05-05 08:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: octoprint.png
|
|
ha_category: Binary Sensor
|
|
ha_release: 0.19
|
|
ha_iot_class: "Local Polling"
|
|
---
|
|
|
|
The `octoprint` sensor platform let you monitor various states of your 3D printer and its print jobs.
|
|
|
|
<p class='note'>
|
|
You must have the [OctoPrint component](/components/octoprint/) configured to use this binary sensor. After configuring that component, binary sensors automatically appear.
|
|
</p>
|