Add documentation for binary sensors in Syncthru integration (#17517)

adds binary sensors

also remove outdated warning about english configuration
This commit is contained in:
Niels Mündler 2021-05-04 08:32:06 +02:00 committed by GitHub
parent 5fd4160080
commit e3ff6c0ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ ha_domain: syncthru
ha_ssdp: true ha_ssdp: true
ha_platforms: ha_platforms:
- sensor - sensor
- binary_sensor
--- ---
The Samsung SyncThru Printer platform allows you to read current data from your local Samsung printer. 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: 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 toner fill level
- Black, cyan, magenta and yellow drum state - Black, cyan, magenta and yellow drum state
- First to fifth paper input tray state - First to fifth paper input tray state
- First to sixth paper output tray state - First to sixth paper output tray state
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
<div class="note warning">
Note that this component or parts thereof may not work if the language of your printer is not configured to be English.
</div>