mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Multi conf for Teleinfo component (#3401)
This commit is contained in:
parent
0767b92b62
commit
988d3ea8ba
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from esphome.components import uart
|
|||
from esphome.const import CONF_ID
|
||||
|
||||
CODEOWNERS = ["@0hax"]
|
||||
MULTI_CONF = True
|
||||
|
||||
teleinfo_ns = cg.esphome_ns.namespace("teleinfo")
|
||||
TeleInfo = teleinfo_ns.class_("TeleInfo", cg.PollingComponent, uart.UARTDevice)
|
||||
|
|
Loading…
Reference in a new issue