mirror of
https://github.com/home-assistant/core.git
synced 2025-05-07 07:29:17 +00:00
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"domain": "arduino",
|
|
"name": "Arduino",
|
|
"documentation": "https://www.home-assistant.io/integrations/arduino",
|
|
"requirements": [
|
|
"PyMata==2.14"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@fabaff"
|
|
]
|
|
}
|