fixed sensor.rm __init__.py; using binary semaphore in ISR

This commit is contained in:
root 2026-05-01 15:46:00 +02:00
parent 13bfb6676f
commit c100502519

View File

@ -11,7 +11,7 @@ from esphome.const import (
) )
from .. import CONF_ADS131M08_ID, ads131m08_ns from .. import CONF_ADS131M08_ID, ads131m08_ns
CONF_AC = "ac_1" CONF_AC = "ac"
CONF_DC = "dc" CONF_DC = "dc"
ICON_CURRENT_DC = "mdi:current-dc" ICON_CURRENT_DC = "mdi:current-dc"
MAX_CHANNELS = 12 MAX_CHANNELS = 12