Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.pyload.sensor.PyLoadSensorEntity Class Reference
Inheritance diagram for homeassistant.components.pyload.sensor.PyLoadSensorEntity:
[legend]
Collaboration diagram for homeassistant.components.pyload.sensor.PyLoadSensorEntity:
[legend]

Static Public Attributes

string ACTIVE = "active"
 
string FREE_SPACE = "free_space"
 
string QUEUE = "queue"
 
string SPEED = "speed"
 
string TOTAL = "total"
 

Detailed Description

pyLoad Sensor Entities.

Definition at line 50 of file sensor.py.

Member Data Documentation

◆ ACTIVE

string homeassistant.components.pyload.sensor.PyLoadSensorEntity.ACTIVE = "active"
static

Definition at line 53 of file sensor.py.

◆ FREE_SPACE

string homeassistant.components.pyload.sensor.PyLoadSensorEntity.FREE_SPACE = "free_space"
static

Definition at line 54 of file sensor.py.

◆ QUEUE

string homeassistant.components.pyload.sensor.PyLoadSensorEntity.QUEUE = "queue"
static

Definition at line 55 of file sensor.py.

◆ SPEED

string homeassistant.components.pyload.sensor.PyLoadSensorEntity.SPEED = "speed"
static

Definition at line 56 of file sensor.py.

◆ TOTAL

string homeassistant.components.pyload.sensor.PyLoadSensorEntity.TOTAL = "total"
static

Definition at line 57 of file sensor.py.


The documentation for this class was generated from the following file: