mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[cc1101] Export CC1101Listener to Python (#17576)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user