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
## Added
- `import_entity` and `export_entity` on `grid` can be set instead of single grid power entity. (YAML only)
- `charge_entity` and `discharge_entity` on `battery` can be set instead of a single battery power entity (YAML only)
## Changed
- Added a time-based smoothing to the flow animations to try and resolve glitches from fast updating power entities.
Copy file name to clipboardExpand all lines: README.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,43 @@ Common keys for `pv`, `grid`, `home`, `battery`. The following settings are poss
103
103
| Tap Action | `tap_action` | Set to `more-info` or `navigate`. `navigate` requires a `navigation_path`. Default behaviour is `more-info` |
104
104
| Navigation Path | `navigation_path` | Used with `tap_action: navigate`. Set to a local path to go to a dashboard, e.g. `/my-dashboard/page` |
105
105
106
+
**Separate Entities for Grid or Battery:**
107
+
108
+
If you don't have a single entity for grid or battery power, you can instead use separate entities for both. This is not part of the configuration UI, it can only be added as YAML manually to the card.
0 commit comments