mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Support mPort voltage output switch types
An mPort device has a voltage output port that, if configured, we should support like a switch.
This commit is contained in:
@@ -18,6 +18,9 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
SWITCH_MODELS = [
|
SWITCH_MODELS = [
|
||||||
'Outlet',
|
'Outlet',
|
||||||
|
'Output 5v',
|
||||||
|
'Output 12v',
|
||||||
|
'Output 24v',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user