We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42d270 commit c08c402Copy full SHA for c08c402
homeassistant/components/homematicip_cloud/switch.py
@@ -18,6 +18,9 @@
18
PrintedCircuitBoardSwitch2,
19
PrintedCircuitBoardSwitchBattery,
20
SwitchMeasuring,
21
+ WiredInput32,
22
+ WiredInputSwitch6,
23
+ WiredSwitch4,
24
WiredSwitch8,
25
)
26
from homematicip.group import ExtendedLinkedSwitchingGroup, SwitchingGroup
@@ -51,6 +54,7 @@ async def async_setup_entry(
51
54
elif isinstance(
52
55
device,
53
56
(
57
58
59
OpenCollector8Module,
60
BrandSwitch2,
@@ -60,6 +64,8 @@ async def async_setup_entry(
64
MotionDetectorSwitchOutdoor,
61
65
DinRailSwitch,
62
66
DinRailSwitch4,
67
68
63
69
),
70
):
71
channel_indices = [
0 commit comments