From 6c0aaf8a4e4d753f2109c98e2ea971b07c3f9f02 Mon Sep 17 00:00:00 2001 From: Jardi Martinez <1088732+jardiamj@users.noreply.github.com> Date: Tue, 7 May 2019 16:00:08 -0700 Subject: [PATCH] Update mcp23017.markdown --- source/_components/mcp23017.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/_components/mcp23017.markdown b/source/_components/mcp23017.markdown index 8cc30cfefbe..b5b9ca0338e 100644 --- a/source/_components/mcp23017.markdown +++ b/source/_components/mcp23017.markdown @@ -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). - -

-Note that a pin managed by HASS is expected to be exclusive to HASS. -