mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"domain": "modbus",
|
|
"name": "Modbus",
|
|
"codeowners": ["@janiversen"],
|
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus"],
|
|
"requirements": ["pymodbus==3.11.2"]
|
|
}
|