Classes | |
| class | SyncThruActiveAlertSensor |
| class | SyncThruDrumSensor |
| class | SyncThruInputTraySensor |
| class | SyncThruMainSensor |
| class | SyncThruOutputTraySensor |
| class | SyncThruSensor |
| class | SyncThruTonerSensor |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | COLORS = ["black", "cyan", "magenta", "yellow"] |
| list | DEFAULT_MONITORED_CONDITIONS = [] |
| list | DRUM_COLORS = COLORS |
| OUTPUT_TRAYS = range(6) | |
| dictionary | SYNCTHRU_STATE_HUMAN |
| list | TONER_COLORS = COLORS |
| TRAYS = range(1, 6) | |
Support for Samsung Printers with SyncThru web interface.
| None homeassistant.components.syncthru.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| list homeassistant.components.syncthru.sensor.COLORS = ["black", "cyan", "magenta", "yellow"] |
| list homeassistant.components.syncthru.sensor.DEFAULT_MONITORED_CONDITIONS = [] |
| list homeassistant.components.syncthru.sensor.DRUM_COLORS = COLORS |
| homeassistant.components.syncthru.sensor.OUTPUT_TRAYS = range(6) |
| dictionary homeassistant.components.syncthru.sensor.SYNCTHRU_STATE_HUMAN |
| list homeassistant.components.syncthru.sensor.TONER_COLORS = COLORS |