mirror of
https://github.com/esphome/esphome.git
synced 2025-01-12 23:53:19 +01:00
fix namespace again
This commit is contained in:
parent
00f436f33f
commit
3279242dc8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ICON_SINE_WAVE = "mdi:sine-wave"
|
||||||
ICON_RESISTOR = "mdi:resistor"
|
ICON_RESISTOR = "mdi:resistor"
|
||||||
ICON_FORMAT_TEXT = "mdi:format-text"
|
ICON_FORMAT_TEXT = "mdi:format-text"
|
||||||
|
|
||||||
si4713_ns = cg.esphome_ns.namespace("si4713")
|
si4713_ns = cg.esphome_ns.namespace("si4713_i2c")
|
||||||
Si4713Component = si4713_ns.class_(
|
Si4713Component = si4713_ns.class_(
|
||||||
"Si4713Component", cg.PollingComponent, i2c.I2CDevice
|
"Si4713Component", cg.PollingComponent, i2c.I2CDevice
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue