Backstory: Using the bus switch in a routine way. I2C in from an ATMEGA328 and I2C out to two BQ77PL900 battery protection circuits. Currently have it planned for the two hardware pins, A0/A1, to be connected to GND. Also have all the INT going to VCC through a pull-up resistor. Basically follows the example circuit given in the technical datasheet.
Question: The device address for the switch has bits 1 and 2 assigned for selecting between hardware pins A0 and A1 respectively. I'm not using either of these so I'm a little confused as to whether I either need to be using them or if I just set them both to 0 when addressing the switch. It's confusing because you select the channel that selects which I2C device you're talking to when you send the control register after.
TLDR: What do you do with the hardware pins physically and in the device address?