This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0173c61fee
core
/
homeassistant
/
components
/
mcp23017
/
__init__.py
4 lines
58 B
Python
Raw
Normal View
History
Unescape
Escape
MCP23017 (#23127) * Added support for MCP23017 I2C GPIO extender. * Updated .coveragerc to exclude mcp23017 component from tests. * Generated CODEOWNERS for mcp23017 usign script. * Removed .svn folder that had been accidentally uploaded. * Added link to www.home-assistant.io docs in manifest.json * Fixed logic error in switch platform. * Cleaned up code and removed unnecessary should_poll() function. * Limited the options for pull mode to UP and DOWN * Fixed line too long in binary sensor. * Fixed line too long on switch.py * Changed to setup_platform. * Reorder constants
2019-05-25 06:09:53 +00:00
"""
Support for I2C MCP23017 chip.
"""
Black
2019-07-31 19:25:30 +00:00
DOMAIN
=
"
mcp23017
"