Add missing variable

This commit is contained in:
Fabian Affolter 2016-09-01 19:25:42 +02:00
parent fa3bebf39a
commit 721999d00b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 9 additions and 5 deletions

View File

@ -24,6 +24,7 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml ```yaml
binary_sensor: binary_sensor:
platform: octoprint platform: octoprint
name: OctoPrint
monitored_conditions: monitored_conditions:
- Printing - Printing
- Printing Error - Printing Error
@ -31,7 +32,8 @@ binary_sensor:
Configuration variables: Configuration variables:
- **name** (*Optional*): The name of the sensor. Default is 'OctoPrint'.
- **monitored_conditions** array (*Required*): States to monitor. - **monitored_conditions** array (*Required*): States to monitor.
- Printing - **Printing**: State of the printer.
- Printing Error - **Printing Error**: Error while printing.

View File

@ -24,6 +24,7 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml ```yaml
sensor: sensor:
platform: octoprint platform: octoprint
name: OctoPrint
monitored_conditions: monitored_conditions:
- Current State - Current State
- Temperatures - Temperatures
@ -32,8 +33,9 @@ sensor:
Configuration variables: Configuration variables:
- **name** (*Optional*): The name of the sensor. Default is 'OctoPrint'.
- **monitored_conditions** array (*Required*): States to monitor. - **monitored_conditions** array (*Required*): States to monitor.
- Current State (Text of current state) - **Current State**: Text of current state)
- Temperatures (Temperatures of all available tools)(print head, print bed, ...) These will be displayed as tool0, tool1, ... please refer to your OctoPrint frontend to associate tool number with actual device. - **Temperatures**: Temperatures of all available tools, eg. `print`, `head`, `print bed`, etc. These will be displayed as `tool0`, `tool1`, or `toolN` please refer to your OctoPrint frontend to associate the tool number with an actual device.
- Job Percentage - **Job Percentage**: