From be07f74a3f496814bd8b4b413e9eff7ceb857db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Sat, 13 Jul 2019 15:04:03 +0200 Subject: [PATCH] Remove monitored conditions from syncthru (#9825) --- source/_components/syncthru.markdown | 54 ++++------------------------ 1 file changed, 7 insertions(+), 47 deletions(-) diff --git a/source/_components/syncthru.markdown b/source/_components/syncthru.markdown index d4cdfa9b77c..27da5170cba 100644 --- a/source/_components/syncthru.markdown +++ b/source/_components/syncthru.markdown @@ -23,9 +23,6 @@ sensor: - platform: syncthru resource: http://my-printer.address name: My Awesome Printer - monitored_conditions: - - toner_black - - output_tray_0 ``` {% configuration %} @@ -39,48 +36,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