From fdfac81d2315963dff69a093a909bb0ccf770c6b Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 10 Jul 2024 01:47:55 +0100 Subject: [PATCH] updated cylinder thermostat recommendations --- recommendations/HotwaterRecommendations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recommendations/HotwaterRecommendations.py b/recommendations/HotwaterRecommendations.py index 86a031d6..0d34c894 100644 --- a/recommendations/HotwaterRecommendations.py +++ b/recommendations/HotwaterRecommendations.py @@ -89,7 +89,7 @@ class HotwaterRecommendations: recommendation_cost = override_costs(recommendation_cost) description = "Cylinder thermostat has already been installed, no further action required" else: - description = "Install cylinder thermostat" + description = "Install a smart cylinder thermostat on the hot water tank" new_epc_description = "From main system" hotwater_ending_config = HotWaterAttributes(new_epc_description).process()