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 654ac78 commit f076633Copy full SHA for f076633
custom_components/solaredge_modbus_multi/__init__.py
@@ -44,6 +44,7 @@
44
"modbus": vol.Schema(
45
{
46
vol.Optional("timeout"): vol.Coerce(int),
47
+ vol.Optional("retries"): vol.Coerce(int),
48
vol.Optional("reconnect_delay"): vol.Coerce(float),
49
vol.Optional("reconnect_delay_max"): vol.Coerce(float),
50
}
0 commit comments