mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	Further fix of custom_sensor codegen
This commit is contained in:
		| @@ -20,6 +20,6 @@ def to_code(config): | ||||
|     rhs = CustomSensorConstructor(template_) | ||||
|     var = cg.variable(config[CONF_ID], rhs) | ||||
|     for i, conf in enumerate(config[CONF_SENSORS]): | ||||
|         sens = cg.new_Pvariable(conf[CONF_ID], var.get_sensor(i)) | ||||
|         sens = cg.Pvariable(conf[CONF_ID], var.get_sensor(i)) | ||||
|         cg.add(sens.set_name(conf[CONF_NAME])) | ||||
|         yield sensor.register_sensor(sens, conf) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user