[pcf8563] Fix default I2C address from 8-bit (0xA3) to 7-bit (0x51) (#15526)

This commit is contained in:
Jonathan Swoboda
2026-04-07 17:54:12 -04:00
committed by GitHub
parent 3073f3ec5c
commit cbcf80081b

View File

@@ -21,7 +21,7 @@ CONFIG_SCHEMA = time.TIME_SCHEMA.extend(
{
cv.GenerateID(): cv.declare_id(pcf8563Component),
}
).extend(i2c.i2c_device_schema(0xA3))
).extend(i2c.i2c_device_schema(0x51))
@automation.register_action(