diff --git a/source/_integrations/mcp23017.markdown b/source/_integrations/mcp23017.markdown index f8ccfd7f30a..c4617f89b10 100644 --- a/source/_integrations/mcp23017.markdown +++ b/source/_integrations/mcp23017.markdown @@ -15,6 +15,14 @@ ha_platforms: - switch --- +
+ +This integration is deprecated and will be removed in Home Assistant Core 2022.4. + +For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md). + +
+ The `mcp23017` integration is the base for all related mcp23017 platforms in Home Assistant. There is no setup needed for the integration itself, for the platforms please check their corresponding sections. 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).