From e3ff6c0ee764aa70df9fc231042d07b6facd5086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Tue, 4 May 2021 08:32:06 +0200 Subject: [PATCH] Add documentation for binary sensors in Syncthru integration (#17517) adds binary sensors also remove outdated warning about english configuration --- source/_integrations/syncthru.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_integrations/syncthru.markdown b/source/_integrations/syncthru.markdown index dc3a60fb021..6377c7c0797 100644 --- a/source/_integrations/syncthru.markdown +++ b/source/_integrations/syncthru.markdown @@ -12,6 +12,7 @@ ha_domain: syncthru ha_ssdp: true ha_platforms: - sensor + - binary_sensor --- The Samsung SyncThru Printer platform allows you to read current data from your local Samsung printer. @@ -20,13 +21,11 @@ It usually provides information about the device's state, the left amount of ink The following information is displayed in separate sensors, if it is available: + - Whether the printer is online + - Whether the printer is in an error state - 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 {% include integrations/config_flow.md %} - -
-Note that this component or parts thereof may not work if the language of your printer is not configured to be English. -