Skip to content

Commit e4ed00d

Browse files
sentinel-23frenck
authored andcommitted
Add times to OctoPrint Sensor documentation (home-assistant#5918)
* Updated to reflect changes from PR 8581 * Update sensor.octoprint.markdown
1 parent 39f5904 commit e4ed00d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/_components/sensor.octoprint.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@ sensor:
3131
- Current State
3232
- Temperatures
3333
- Job Percentage
34+
- Time Elapsed
35+
- Time Remaining
3436
```
3537
3638
Configuration variables:
3739
3840
- **name** (*Optional*): The name of the sensor. Default is 'OctoPrint'.
3941
- **monitored_conditions** array (*Required*): States to monitor.
40-
- **Current State**: Text of current state)
42+
- **Current State**: Text of current state.
4143
- **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.
4244
- **Job Percentage**: Percentage of the job.
43-
45+
- **Time Elapsed**: Time elapsed on current print job, in seconds.
46+
- **Time Remaining**: Time remaining on current print job, in seconds.
4447

4548
<p class='note'>
4649
If you are tracking temperature it is recommended to set `bed` and/or `number_of_tools` in your octoprint configuration. This will allow the octoprint sensors to load if the printer is offline during Home Assistant startup.

0 commit comments

Comments
 (0)