mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:19:03 +00:00
[pcf8563] Fix default I2C address from 8-bit (0xA3) to 7-bit (0x51) (#15526)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user