diff --git a/mch2022/components/mch2022_rp2040/binary_sensor/__init__.py b/mch2022/components/mch2022_rp2040/binary_sensor/__init__.py index 8cd5319..cd6e4f6 100644 --- a/mch2022/components/mch2022_rp2040/binary_sensor/__init__.py +++ b/mch2022/components/mch2022_rp2040/binary_sensor/__init__.py @@ -96,7 +96,7 @@ async def to_code(config): # paren = await cg.get_variable(config[CONF_MCH20222_RP2040]) sens = await binary_sensor.new_binary_sensor(config) - # var = cg.new_Pvariable(config[CONF_ID]) + ### var = cg.new_Pvariable(config[CONF_ID]) await cg.register_component(config) # for sensor_ in SENSORS: