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
This card for [Home Assistant](https://home-assistant.io/) Dashboards is designed to provide power distribution in an identical style to the Official Energy Distribution card included by Home Assistant.
9
+
This card for [Home Assistant](https://home-assistant.io/) Dashboards is designed to provide system distribution in an identical style to the Official Energy Distribution card included by Home Assistant.
@@ -19,17 +19,17 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
19
19
20
20
### Manual install
21
21
22
-
1. Download and copy `power-flow-card.js` from the [latest release](https://github.com/ulic75/power-flow-card/releases/latest) into your `config/www` directory.
22
+
1. Download and copy `system-flow-card.js` from the [latest release](https://github.com/ulic75/system-flow-card/releases/latest) into your `config/www` directory.
23
23
24
24
2. Add the resource reference as decribed below.
25
25
26
26
### Add resource reference
27
27
28
-
If you configure Dashboards via YAML, add a reference to `power-flow-card.js` inside your `configuration.yaml`:
28
+
If you configure Dashboards via YAML, add a reference to `system-flow-card.js` inside your `configuration.yaml`:
29
29
30
30
```yaml
31
31
resources:
32
-
- url: /local/power-flow-card.js
32
+
- url: /local/system-flow-card.js
33
33
type: module
34
34
```
35
35
@@ -40,8 +40,8 @@ Else, if you prefer the graphical editor, use the menu to add the resource:
40
40
3. Click three dot icon
41
41
4. Select Resources
42
42
5. Hit (+ ADD RESOURCE) icon
43
-
6. Enter URL `/local/power-flow-card.js` and select type "JavaScript Module".
44
-
(Use `/hacsfiles/power-flow-card/power-flow-card.js` and select "JavaScript Module" for HACS install if HACS didn't do it already)
43
+
6. Enter URL `/local/system-flow-card.js` and select type "JavaScript Module".
44
+
(Use `/hacsfiles/system-flow-card/system-flow-card.js` and select "JavaScript Module" for HACS install if HACS didn't do it already)
45
45
46
46
## Using the card
47
47
@@ -54,7 +54,7 @@ I recommend looking at the [Example usage section](#example-usage) to understand
| type | `string` | **required** | `custom:power-flow-card`. |
57
+
| type | `string` | **required** | `custom:system-flow-card`. |
58
58
| entities | `object` | **required** | One or more sensor entities, see [entities object](#entities-object) for additional entity options. |
59
59
| title | `string` | | Shows a title at the top of the card. |
60
60
| dashboard_link | `string` | | Shows a link to an Energy Dashboard. Should be a url path to location of your choice. If you wanted to link to the built-in dashboard you would enter `/energy` for example. |
@@ -92,7 +92,7 @@ Can be use with either Grid or Battery configuration. The same `unit_of_measurem
92
92
Using combined entities for grid, battery and solor that support positive state values for consumption and negative state values for production.
93
93
94
94
```yaml
95
-
type: custom:power-flow-card
95
+
type: custom:system-flow-card
96
96
entities:
97
97
battery: sensor.battery_in_out
98
98
battery_charge: sensor.battery_percent
@@ -105,7 +105,7 @@ entities:
105
105
Using combined entites as above but where the battery and grid entities are inverted (negative = consumption and positive = production).
0 commit comments