diff --git a/recommendations/LightingRecommendations.py b/recommendations/LightingRecommendations.py index 3447394d..9e7b3af2 100644 --- a/recommendations/LightingRecommendations.py +++ b/recommendations/LightingRecommendations.py @@ -170,6 +170,7 @@ class LightingRecommendations: "low-energy-lighting": 100, }, **cost_result, - "survey": leds_recommendation_config.get("survey", False) + "survey": leds_recommendation_config.get("survey", False), + "innovation_rate": self.material["innovation_rate"], } ]