2019-05-25 06:09:53 +00:00
|
|
|
{
|
|
|
|
"domain": "mcp23017",
|
|
|
|
"name": "MCP23017 I/O Expander",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/mcp23017",
|
2019-05-25 06:09:53 +00:00
|
|
|
"requirements": [
|
2019-10-17 09:30:18 +00:00
|
|
|
"RPi.GPIO==0.7.0",
|
2020-02-16 16:19:45 +00:00
|
|
|
"adafruit-blinka==3.9.0",
|
|
|
|
"adafruit-circuitpython-mcp230xx==2.2.2"
|
2020-01-06 20:28:23 +00:00
|
|
|
],
|
2019-05-25 06:09:53 +00:00
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": ["@jardiamj"]
|
|
|
|
}
|