match names to cli

This commit is contained in:
J. Nick Koston 2023-10-31 20:07:40 -05:00
parent a63e0bed2d
commit 1dcb5e72ab
No known key found for this signature in database

View File

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