I2C on the ATtiny85

You set the slave address in your sketch with the .begin -

#define I2C_SLAVE_ADDR 0x26 // i2c slave address (38)
TinyWireS.begin(I2C_SLAVE_ADDR); // init I2C Slave mode