1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 13:22:19 +01:00

Add MCP23017 (#466)

* Add MCP23017

* Add test
This commit is contained in:
Otto Winter
2019-03-03 16:51:55 +01:00
committed by GitHub
parent 067ec30c56
commit 99861259d7
5 changed files with 88 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ CONF_CSS_URL = 'css_url'
CONF_JS_URL = 'js_url'
CONF_SSL_FINGERPRINTS = 'ssl_fingerprints'
CONF_PCF8574 = 'pcf8574'
CONF_MCP23017 = 'mcp23017'
CONF_PCF8575 = 'pcf8575'
CONF_SCAN = 'scan'
CONF_KEEPALIVE = 'keepalive'