diff --git a/homeassistant/components/switch/edimax.py b/homeassistant/components/switch/edimax.py index 1b8ec4e0a4a..426c016b59e 100644 --- a/homeassistant/components/switch/edimax.py +++ b/homeassistant/components/switch/edimax.py @@ -37,7 +37,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): class SmartPlugSwitch(SwitchDevice): - """ Represents a Edimax Smart Plug switch within Home Assistant. """ + """ Represents an Edimax Smart Plug switch within Home Assistant. """ def __init__(self, smartplug): self.smartplug = smartplug