Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.syncthru.sensor.SyncThruActiveAlertSensor
 
class  homeassistant.components.syncthru.sensor.SyncThruDrumSensor
 
class  homeassistant.components.syncthru.sensor.SyncThruInputTraySensor
 
class  homeassistant.components.syncthru.sensor.SyncThruMainSensor
 
class  homeassistant.components.syncthru.sensor.SyncThruOutputTraySensor
 
class  homeassistant.components.syncthru.sensor.SyncThruSensor
 
class  homeassistant.components.syncthru.sensor.SyncThruTonerSensor
 

Namespaces

 homeassistant.components.syncthru.sensor
 

Functions

None homeassistant.components.syncthru.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

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
 
 homeassistant.components.syncthru.sensor.TRAYS = range(1, 6)