File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ For Grid:
111111
112112| Name | Setting slug | What it does |
113113| ------------------- | ----------------------- | ------------------------------------------------------------------------------- |
114- | Import Entity | `import_entity` | Sensor defining the import power from the grid. |
115- | Export Entity | `export_entity` | Sensor defining the export power from the grid. |
114+ | Import Entity | `import_entity` | Sensor defining the import power from the grid. |
115+ | Export Entity | `export_entity` | Sensor defining the export power to the grid. |
116116
117117For Battery (can be provided for each battery) :
118118
119119| Name | Setting slug | What it does |
120120| ------------------- | ----------------------- | ------------------------------------------------------------------------------- |
121- | Charge Entity | `charge_entity` | Sensor defining the import power from the grid. |
122- | Discharge Entity | `discharge_entity` | Sensor defining the export power from the grid.
121+ | Charge Entity | `charge_entity` | Sensor defining the charge power to the battery. |
122+ | Discharge Entity | `discharge_entity` | Sensor defining the discharge power from the battery. |
123123
124124Example :
125125
You can’t perform that action at this time.
0 commit comments