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 7bfd5a5 commit 0f6dd73Copy full SHA for 0f6dd73
custom_components/modbus/const.py
@@ -97,7 +97,7 @@
97
CONF_WRITE_TYPE = "write_type"
98
CONF_ZERO_SUPPRESS = "zero_suppress"
99
100
-DEVICE_ID = "device_id"
+DEVICE_ID = "slave"
101
RTUOVERTCP = "rtuovertcp"
102
SERIAL = "serial"
103
TCP = "tcp"
custom_components/modbus/manifest.json
@@ -5,5 +5,6 @@
5
"documentation": "https://www.home-assistant.io/integrations/modbus",
6
"iot_class": "local_polling",
7
"loggers": ["pymodbus"],
8
- "requirements": ["pymodbus==3.11.1"]
+ "requirements": ["pymodbus==3.9.2"],
9
+ "version": "1.dev.0"
10
}
0 commit comments