Skip to content

Commit bc45711

Browse files
authored
feat: Add support for IR Emitter EntityType (#31)
1 parent 05b6eb9 commit bc45711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ucapi/entity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class EntityTypes(str, Enum):
2626
REMOTE = "remote"
2727
SENSOR = "sensor"
2828
SWITCH = "switch"
29+
IR_EMITTER = "ir_emitter"
2930

3031

3132
class Entity:

0 commit comments

Comments
 (0)