* Add scale and offset to temperature values * fix (no-else-return) * Update manifest.json * Added codeowners
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"domain": "modbus",
|
|
"name": "Modbus",
|
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
|
"requirements": [
|
|
"pymodbus==1.5.2"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@adamchengtkc"
|
|
]
|
|
}
|