mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
fixed description for ttaz
This commit is contained in:
parent
2234269ca6
commit
f2cec8de11
1 changed files with 3 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ class HeatingControlRecommender:
|
||||||
self.recommendation.append(
|
self.recommendation.append(
|
||||||
{
|
{
|
||||||
"type": "heating_control",
|
"type": "heating_control",
|
||||||
|
"parts": [],
|
||||||
"description": "upgrade heating controls to Room thermostat, programmer and TRVs",
|
"description": "upgrade heating controls to Room thermostat, programmer and TRVs",
|
||||||
**self.costs.roomstat_programmer_trvs(
|
**self.costs.roomstat_programmer_trvs(
|
||||||
number_heated_rooms=int(self.property.data["number-heated-rooms"]),
|
number_heated_rooms=int(self.property.data["number-heated-rooms"]),
|
||||||
|
|
@ -213,7 +214,8 @@ class HeatingControlRecommender:
|
||||||
self.recommendation.append(
|
self.recommendation.append(
|
||||||
{
|
{
|
||||||
"type": "heating_control",
|
"type": "heating_control",
|
||||||
"description": "upgrade heating controls to Room thermostat, programmer and TRVs",
|
"parts": [],
|
||||||
|
"description": "Upgrade heating controls to Time and Temperature Zone Controls",
|
||||||
**self.costs.time_and_temperature_zone_control(
|
**self.costs.time_and_temperature_zone_control(
|
||||||
number_heated_rooms=int(self.property.data["number-heated-rooms"])
|
number_heated_rooms=int(self.property.data["number-heated-rooms"])
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue