Skip to content

Commit

Permalink
Update VT incentives (#511)
Browse files Browse the repository at this point in the history
Update the incentives for VT.

Asana link: https://app.asana.com/0/1207456219977120/1203684030594289

Testing: `yarn test`
  • Loading branch information
benjf committed Jun 21, 2024
1 parent e879502 commit 8d17770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions data/VT/incentives.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,10 @@
"rebate"
],
"items": [
"ducted_heat_pump"
"ducted_heat_pump",
"ductless_heat_pump"
],
"program": "vt_greenMountainPower_greenMountainPowerDuctedHeatPumpRebate",
"program": "vt_greenMountainPower_greenMountainPowerHeatPumpRebate",
"amount": {
"type": "dollar_amount",
"number": 2200
Expand Down Expand Up @@ -838,7 +839,7 @@
"program": "vt_efficiencyVermont_efficiencyVermontHeatPumpWaterHeaterRebateProgram",
"amount": {
"type": "percent",
"number": 1,
"number": 0.9,
"maximum": 4500
},
"owner_status": [
Expand Down
4 changes: 2 additions & 2 deletions src/data/programs/vt_programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ export const VT_PROGRAMS = {
en: 'https://www.washingtonelectric.coop/wp-content/uploads/2024/02/2-2024-WEC-Button-Up-Transportation-sheet.pdf',
},
},
vt_greenMountainPower_greenMountainPowerDuctedHeatPumpRebate: {
vt_greenMountainPower_greenMountainPowerHeatPumpRebate: {
name: {
en: 'Green Mountain Power Ducted Heat Pump Rebate',
en: 'Green Mountain Power Heat Pump Rebate',
},
url: {
en: 'https://greenmountainpower.com/rebates-programs/home-and-yard/heat-pump/',
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/v1-vt-bennington-co-not-low-income.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"amount": {
"type": "percent",
"number": 1,
"number": 0.9,
"maximum": 4500
},
"owner_status": [
Expand Down

0 comments on commit 8d17770

Please sign in to comment.