Added MULTI_CONF

This commit is contained in:
Gábor Poczkodi 2024-06-04 01:58:28 +02:00 committed by GitHub
parent 058c6ba068
commit 627e0dd25d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ from esphome.const import (
DEPENDENCIES = ["spi"]
AUTO_LOAD = ["sensor", "remote_base", "voltage_sampler"]
MULTI_CONF = True
CODEOWNERS = ["@gabest11"]