diff --git a/src/oemof/network/network/entity.py b/src/oemof/network/network/entity.py index 7247f45..f58d792 100644 --- a/src/oemof/network/network/entity.py +++ b/src/oemof/network/network/entity.py @@ -42,6 +42,10 @@ class Entity: representation of this node will instead be generated based on this nodes `class` and `id`. + custom_properties: `dict` + This dictionary that can be used to store information that can be used + to easily attach custom information to any Entity. + Attributes ---------- __slots__: str or iterable of str