1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/orangepi_gpio/manifest.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"
]
}