We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b6eb9 commit bc45711Copy full SHA for bc45711
1 file changed
ucapi/entity.py
@@ -26,6 +26,7 @@ class EntityTypes(str, Enum):
26
REMOTE = "remote"
27
SENSOR = "sensor"
28
SWITCH = "switch"
29
+ IR_EMITTER = "ir_emitter"
30
31
32
class Entity:
0 commit comments