diff --git a/kasa/smartdevice.py b/kasa/smartdevice.py index a0faf795..31db342a 100755 --- a/kasa/smartdevice.py +++ b/kasa/smartdevice.py @@ -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"