mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 06:31:35 +01:00
Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"domain": "modbus",
|
|
"name": "Modbus",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus"],
|
|
"requirements": [
|
|
"pymodbus==3.13.1",
|
|
"modbus-connection[tmodbus]==4.10.0",
|
|
"tmodbus==0.6.2"
|
|
]
|
|
}
|