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 4996296 commit 118d849Copy full SHA for 118d849
components/kauf_hlw8012/sensor.py
@@ -100,3 +100,5 @@ async def to_code(config):
100
cg.add(var.set_current_resistor(config[CONF_CURRENT_RESISTOR]))
101
cg.add(var.set_voltage_divider(config[CONF_VOLTAGE_DIVIDER]))
102
cg.add(var.set_sensor_model(config[CONF_MODEL]))
103
+
104
+ cg.add(var.set_timeout(config["timeout"]))
0 commit comments