mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
10 lines
236 B
JSON
10 lines
236 B
JSON
{
|
|
"domain": "modbus",
|
|
"name": "Modbus",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus"],
|
|
"requirements": ["pymodbus==3.11.2"]
|
|
}
|