Skip to content

Commit 95110a7

Browse files
authored
Update sensor descriptions for grid and battery
1 parent dbe09d1 commit 95110a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

117117
For 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

124124
Example:
125125

0 commit comments

Comments
 (0)