|
|
|
@ -8,7 +8,7 @@ DEPENDENCIES = ['i2c']
|
|
|
|
CONF_I2C_ADDR = 0x09
|
|
|
|
CONF_I2C_ADDR = 0x09
|
|
|
|
|
|
|
|
|
|
|
|
showcase_component_ns = cg.esphome_ns.namespace('showcase_component')
|
|
|
|
showcase_component_ns = cg.esphome_ns.namespace('showcase_component')
|
|
|
|
ShowcaseComponent = empty_i2c_component_ns.class_('ShowcaseComponent', cg.Component, i2c.I2CDevice)
|
|
|
|
ShowcaseComponent = showcase_component_ns.class_('ShowcaseComponent', cg.Component, i2c.I2CDevice)
|
|
|
|
|
|
|
|
|
|
|
|
CONFIG_SCHEMA = cv.Schema(
|
|
|
|
CONFIG_SCHEMA = cv.Schema(
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|