Skip to content

Commit 5c9a4b1

Browse files
Add EV to component types
Signed-off-by: Flora <[email protected]>
1 parent 445532a commit 5c9a4b1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Tooling Library for Notebooks Release Notes
22

3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
11+
## New Features
12+
13+
- Added EV to component types
14+
315
## Bug Fixes
416

517
- Fixed a few wrong links in "Alerts Notebook.ipynb".

src/frequenz/data/microgrid/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dataclasses import dataclass
99
from typing import Any, Literal, cast, get_args
1010

11-
ComponentType = Literal["grid", "pv", "battery", "consumption", "chp"]
11+
ComponentType = Literal["grid", "pv", "battery", "consumption", "chp", "ev"]
1212
"""Valid component types."""
1313

1414
ComponentCategory = Literal["meter", "inverter", "component"]

0 commit comments

Comments
 (0)