diff --git a/homeassistant/components/switch/mfi.py b/homeassistant/components/switch/mfi.py index ac03e976e21..1cee23e906b 100644 --- a/homeassistant/components/switch/mfi.py +++ b/homeassistant/components/switch/mfi.py @@ -18,6 +18,9 @@ _LOGGER = logging.getLogger(__name__) SWITCH_MODELS = [ 'Outlet', + 'Output 5v', + 'Output 12v', + 'Output 24v', ]