1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/modbus/manifest.json

9 lines
253 B
JSON
Raw Normal View History

{
"domain": "modbus",
"name": "Modbus",
"documentation": "https://www.home-assistant.io/integrations/modbus",
"requirements": ["pymodbus==2.5.1"],
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
"iot_class": "local_polling"
}