[rc522_i2c] Change default address to match whats in the docs (#17566)

This commit is contained in:
lsellens
2026-07-15 21:20:07 -04:00
committed by GitHub
parent 3439a08b68
commit be3b27f378
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_SCHEMA = cv.All(
{
cv.GenerateID(): cv.declare_id(RC522I2C),
}
).extend(i2c.i2c_device_schema(0x2C))
).extend(i2c.i2c_device_schema(0x28))
)