mirror of
https://github.com/esphome/esphome.git
synced 2025-01-13 16:13:17 +01:00
Add default address in __init__.py
This commit is contained in:
parent
3d565e8939
commit
619cdc7690
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ CONFIG_SCHEMA = (
|
|||
}
|
||||
)
|
||||
.extend(cv.COMPONENT_SCHEMA)
|
||||
.extend(i2c.i2c_device_schema(None))
|
||||
.extend(i2c.i2c_device_schema(0x68))
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue