HI,
Reading the documentation for mcp23008 port extender here MCP230xx I/O Expander — ESPHome I don’t see any option to define interrupt pin. There is an option for each pin to define how it will trigger interrupt pin, but no info how to define an action to read input on interrupt.
Does this mean that I have no control on the process? And it will always query i2c port extender on each cycle ignoring it’s internal interrupt-on-change function? Even when there is no state change on pins.