mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add MULTI_CONF to pn53_i2c (#4938)
This commit is contained in:
parent
5afdb1e97f
commit
035c3ef8fe
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from esphome.const import CONF_ID
|
||||||
AUTO_LOAD = ["pn532"]
|
AUTO_LOAD = ["pn532"]
|
||||||
CODEOWNERS = ["@OttoWinter", "@jesserockz"]
|
CODEOWNERS = ["@OttoWinter", "@jesserockz"]
|
||||||
DEPENDENCIES = ["i2c"]
|
DEPENDENCIES = ["i2c"]
|
||||||
|
MULTI_CONF = True
|
||||||
|
|
||||||
pn532_i2c_ns = cg.esphome_ns.namespace("pn532_i2c")
|
pn532_i2c_ns = cg.esphome_ns.namespace("pn532_i2c")
|
||||||
PN532I2C = pn532_i2c_ns.class_("PN532I2C", pn532.PN532, i2c.I2CDevice)
|
PN532I2C = pn532_i2c_ns.class_("PN532I2C", pn532.PN532, i2c.I2CDevice)
|
||||||
|
|
Loading…
Reference in a new issue