1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-20 20:08:20 +00:00

Update __init__.py

Missing white space after ','
This commit is contained in:
Iron Man 2024-04-23 19:07:53 +02:00 committed by GitHub
parent c4f653b722
commit 902b8f76c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ CONF_STRONG_PULLUP = "strong_pullup"
ds248x_ns = cg.esphome_ns.namespace("ds248x")
DS248xComponent = ds248x_ns.class_("DS248xComponent", cg.PollingComponent, i2c.I2CDevice)
ds248xType = ds248x_ns.enum("DS248xType",is_class=True)
ds248xType = ds248x_ns.enum("DS248xType", is_class=True)
DS248X_TYPES = {
"ds2482-100": ds248xType.DS2482_100,