Update mcp23017.markdown

This commit is contained in:
Jardi Martinez 2019-05-07 16:00:08 -07:00 committed by GitHub
parent 66ae490ec2
commit 6c0aaf8a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ To use the I/O pins of an mcp23017 connected to and I2C bus of your Raspberry Pi
switch:
- platform: mcp23017
i2c_address: 0x20
ports:
pins:
11: Fan Office
12: Light Desk
```
@ -119,7 +119,3 @@ invert_logic:
{% endconfiguration %}
For more details about the MCP23017 I2C I/O port expander you can find its datasheet here: [MCP23017](https://www.microchip.com/wwwproducts/en/MCP23017).
<p class='note warning'>
Note that a pin managed by HASS is expected to be exclusive to HASS.
</p>