mirror of
https://github.com/esphome/esphome.git
synced 2025-02-16 01:41:42 +01:00
Update class name in sensor.py
This commit is contained in:
parent
cd5c7b3f7a
commit
0e54b61564
@ -35,7 +35,7 @@ DEPENDENCIES = ["i2c"]
|
|||||||
|
|
||||||
sen0501_ns = cg.esphome_ns.namespace("sen0501_i2c")
|
sen0501_ns = cg.esphome_ns.namespace("sen0501_i2c")
|
||||||
Sen0501I2CComponent = sen0501_ns.class_(
|
Sen0501I2CComponent = sen0501_ns.class_(
|
||||||
"Sen0501_i2cComponent", cg.PollingComponent, i2c.I2CDevice
|
"Sen0501I2CComponent", cg.PollingComponent, i2c.I2CDevice
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
CONFIG_SCHEMA = (
|
||||||
|
Loading…
Reference in New Issue
Block a user