mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"domain": "orangepi_gpio",
|
|
"name": "Orangepi GPIO",
|
|
"documentation": "https://www.home-assistant.io/integrations/orangepi_gpio",
|
|
"requirements": [
|
|
"OPi.GPIO==0.3.6"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@pascallj"
|
|
]
|
|
}
|