mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Remove monitored conditions from syncthru (#9825)
This commit is contained in:
parent
eb5f18c8fc
commit
be07f74a3f
@ -23,9 +23,6 @@ sensor:
|
|||||||
- platform: syncthru
|
- platform: syncthru
|
||||||
resource: http://my-printer.address
|
resource: http://my-printer.address
|
||||||
name: My Awesome Printer
|
name: My Awesome Printer
|
||||||
monitored_conditions:
|
|
||||||
- toner_black
|
|
||||||
- output_tray_0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -39,48 +36,11 @@ sensor:
|
|||||||
required: false
|
required: false
|
||||||
default: Samsung Printer
|
default: Samsung Printer
|
||||||
type: string
|
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 %}
|
{% 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user