Update smartdevice.py

This commit is contained in:
J. Nick Koston 2023-10-31 21:20:54 -05:00 committed by GitHub
parent 1dcb5e72ab
commit 6573ee0f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ class DeviceType(Enum):
"""Device type enum."""
# The values match what the cli has historically used
Plug = "plug"
Bulb = "bulb"
Strip = "strip"