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
Copy file name to clipboardExpand all lines: source/_dashboards/energy.markdown
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,26 @@ type: energy-date-selection
40
40
The energy usage graph card shows the amount of energy your house has consumed, and from what source this energy came.
41
41
It will also show the amount of energy your have returned to the grid.
42
42
43
+
### YAML configuration
44
+
45
+
The following YAML options are available
46
+
47
+
{% configuration %}
48
+
type:
49
+
required: true
50
+
description: "`energy-usage-graph`"
51
+
type: string
52
+
collection_key:
53
+
required: false
54
+
description: "Collection key to use for the card. This links the card to a specific energy dashboard collection. Defaults to `energy_dashboard`."
55
+
type: string
56
+
default: energy_dashboard
57
+
title:
58
+
required: false
59
+
description: When defined, shows a card header with the title string and total energy consumed chip.
60
+
type: string
61
+
{% endconfiguration %}
62
+
43
63
### Example
44
64
45
65
```yaml
@@ -55,6 +75,26 @@ type: energy-usage-graph
55
75
56
76
The solar production graph card shows the amount of energy your solar panels have produced per source, and if setup and available the forecast of the solar production.
57
77
78
+
### YAML configuration
79
+
80
+
The following YAML options are available
81
+
82
+
{% configuration %}
83
+
type:
84
+
required: true
85
+
description: "`energy-solar-graph`"
86
+
type: string
87
+
collection_key:
88
+
required: false
89
+
description: "Collection key to use for the card. This links the card to a specific energy dashboard collection. Defaults to `energy_dashboard`."
90
+
type: string
91
+
default: energy_dashboard
92
+
title:
93
+
required: false
94
+
description: When defined, shows a card header with the title string and total solar produced chip.
95
+
type: string
96
+
{% endconfiguration %}
97
+
58
98
### Example
59
99
60
100
```yaml
@@ -70,6 +110,22 @@ type: energy-solar-graph
70
110
71
111
The gas consumption graph card shows the amount of gas consumed per source.
72
112
113
+
{% configuration %}
114
+
type:
115
+
required: true
116
+
description: "`energy-gas-graph`"
117
+
type: string
118
+
collection_key:
119
+
required: false
120
+
description: "Collection key to use for the card. This links the card to a specific energy dashboard collection. Defaults to `energy_dashboard`."
121
+
type: string
122
+
default: energy_dashboard
123
+
title:
124
+
required: false
125
+
description: When defined, shows a card header with the title string and total gas consumed chip.
126
+
type: string
127
+
{% endconfiguration %}
128
+
73
129
### Example
74
130
75
131
```yaml
@@ -85,6 +141,26 @@ type: energy-gas-graph
85
141
86
142
The water consumption graph card shows the amount of water consumed per source.
87
143
144
+
### YAML configuration
145
+
146
+
The following YAML options are available
147
+
148
+
{% configuration %}
149
+
type:
150
+
required: true
151
+
description: "`energy-water-graph`"
152
+
type: string
153
+
collection_key:
154
+
required: false
155
+
description: "Collection key to use for the card. This links the card to a specific energy dashboard collection. Defaults to `energy_dashboard`."
156
+
type: string
157
+
default: energy_dashboard
158
+
title:
159
+
required: false
160
+
description: When defined, shows a card header with the title string and total water consumed chip.
0 commit comments