mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00: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:
parent
c113997609
commit
951fa603ff
@ -18,6 +18,9 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
SWITCH_MODELS = [
|
SWITCH_MODELS = [
|
||||||
'Outlet',
|
'Outlet',
|
||||||
|
'Output 5v',
|
||||||
|
'Output 12v',
|
||||||
|
'Output 24v',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user