mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00: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"]
|
|
}
|