Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 7 additions & 47 deletions source/_components/syncthru.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ sensor:
- platform: syncthru
resource: http://my-printer.address
name: My Awesome Printer
monitored_conditions:
- toner_black
- output_tray_0
```

{% configuration %}
Expand All @@ -45,48 +42,11 @@ sensor:
required: false
default: Samsung Printer
type: string
monitored_conditions:
description: Conditions to display in the frontend.
required: false
default: all values
type: list
keys:
toner_black:
description: Black toner fill level
toner_cyan:
description: Cyan toner fill level
toner_magenta:
description: Magenta toner fill level
toner_yellow:
description: Yellow toner fill level
drum_black:
description: Black drum state
drum_cyan:
description: Cyan drum state
drum_magenta:
description: Magenta drum state
drum_yellow:
description: Yellow drum state
tray_1:
description: First paper input tray state
tray_2:
description: Second paper input tray state
tray_3:
description: Third paper input tray state
tray_4:
description: Fourth paper input tray state
tray_5:
description: Fifth paper input tray state
output_tray_0:
description: First paper output tray state
output_tray_1:
description: Second paper output tray state
output_tray_2:
description: Third paper output tray state
output_tray_3:
description: Fourth paper output tray state
output_tray_4:
description: Fifth paper output tray state
output_tray_5:
description: Sixth paper output tray state
{% endconfiguration %}

The following information is displayed in separate sensors, if it is available:

- Black, cyan, magenta and yellow toner fill level
- Black, cyan, magenta and yellow drum state
- First to fifth paper input tray state
- First to sixth paper output tray state