[cc1101] Export CC1101Listener to Python (#17576)

This commit is contained in:
Hajo Noerenberg
2026-07-15 12:38:08 -04:00
committed by GitHub
parent 053ce39fc6
commit 54987d7d23
+1
View File
@@ -21,6 +21,7 @@ MULTI_CONF = True
ns = cg.esphome_ns.namespace("cc1101")
CC1101Component = ns.class_("CC1101Component", cg.Component, spi.SPIDevice)
CC1101Listener = ns.class_("CC1101Listener")
# Config keys
CONF_RX_ATTENUATION = "rx_attenuation"