Skip to content

Commit 413695f

Browse files
committed
small fix for velbusaio imports
1 parent 9c539e7 commit 413695f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

velbusaio/module.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@
1818
from velbusaio.controller import Controller
1919

2020
from velbusaio.channels import (
21+
Blind,
2122
Button,
2223
ButtonCounter,
2324
Channel,
2425
Dimmer,
26+
EdgeLit,
27+
LightSensor,
28+
Memo,
29+
Relay,
30+
SelectedProgram,
31+
Sensor,
32+
SensorNumber,
33+
Temperature,
34+
ThermostatChannel,
2535
)
2636
from velbusaio.channels import Temperature as TemperatureChannelType
2737
from velbusaio.command_registry import commandRegistry

0 commit comments

Comments
 (0)