You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/pages/Portfolio.tsx
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@ import { motion } from 'framer-motion';
2
2
3
3
constPortfolio=()=>{
4
4
constprojects=[
5
+
{
6
+
title: 'DTE Rates for Home Assistant',
7
+
description: 'A Home Assistant custom integration that pulls the official DTE residential electric rate card PDF, parses rates dynamically, and exposes import/export price entities that track time-of-day and season.',
0 commit comments