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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ At the moment there are no configuration options available for these cards, you
18
18
19
19
This card will allow you to pick what data to show. Changing it in this card will influence the data in all other cards.
20
20
21
-
####Example
21
+
### Example
22
22
```yaml
23
23
type: energy-date-selection
24
24
```
@@ -33,7 +33,7 @@ type: energy-date-selection
33
33
The energy usage graph card shows the amount of energy your house has consumed, and from what source this energy came.
34
34
It will also show the amount of energy your have returned to the grid.
35
35
36
-
#### Example
36
+
### Example
37
37
```yaml
38
38
type: energy-usage-graph
39
39
```
@@ -47,7 +47,7 @@ type: energy-usage-graph
47
47
48
48
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.
49
49
50
-
#### Example
50
+
### Example
51
51
```yaml
52
52
type: energy-solar-graph
53
53
```
@@ -61,7 +61,7 @@ type: energy-solar-graph
61
61
62
62
The gas consumption graph card shows the amount of gas consumed per source.
63
63
64
-
#### Example
64
+
### Example
65
65
66
66
```yaml
67
67
type: energy-gas-graph
@@ -76,7 +76,7 @@ type: energy-gas-graph
76
76
77
77
The water consumption graph card shows the amount of water consumed per source.
78
78
79
-
#### Example
79
+
### Example
80
80
81
81
```yaml
82
82
type: energy-water-graph
@@ -95,7 +95,7 @@ If setup, it will also tell you how many kWh of the energy you got from the grid
95
95
96
96
If you set `link_dashboard` to `true`, the card will include a link to the energy dashboard.
97
97
98
-
#### Example
98
+
### Example
99
99
```yaml
100
100
type: energy-distribution
101
101
link_dashboard: true
@@ -111,7 +111,7 @@ link_dashboard: true
111
111
The energy sources table card shows all your energy sources, and the corresponding amount of energy.
112
112
If setup, it will also show the costs and compensation per source and the total.
113
113
114
-
#### Example
114
+
### Example
115
115
```yaml
116
116
type: energy-sources-table
117
117
```
@@ -125,7 +125,7 @@ type: energy-sources-table
125
125
126
126
The grid neutrality gauge card represents your energy dependency. If the needle is in the purple, you returned more energy to the grid than you consumed from it. If it's in the blue, you consumed more energy from the grid than you returned.
The solar consumed gauge represents how much of the solar energy was used by your home and was not returned to the grid. If you frequently return a lot, try to conserve this energy by installing a battery or buying an electric car to charge.
The carbon consumed gauge card represents how much of the energy consumed by your home was generated using non-fossil fuels like solar, wind and nuclear. It includes the solar energy you generated your self.
The self-sufficiency gauge represents how self-sufficient your home is. If you rely on grid imports, this value decreases. You can increase this value by adding more solar capacity or battery storage.
Copy file name to clipboardExpand all lines: source/_docs/configuration/customizing-devices.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If your entity is not supported, or you cannot customize what you need via this
20
20
21
21
By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by overriding attributes of specific entities.
22
22
23
-
####Possible values
23
+
### Possible values
24
24
25
25
{% configuration customize %}
26
26
friendly_name:
@@ -57,7 +57,7 @@ initial_state:
57
57
default: None
58
58
{% endconfiguration %}
59
59
60
-
####Device Class
60
+
### Device Class
61
61
62
62
Device class is currently supported by the following platforms:
### Service `enable_recording`/`disable_recording`
220
220
221
221
These services enable or disable the camera to continuously record to its configured storage location.
222
222
223
223
Service data attribute | Optional | Description
224
224
-|-|-
225
225
`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`.
226
226
227
-
####Service `goto_preset`
227
+
### Service `goto_preset`
228
228
229
229
This service will cause the camera to move to one of the PTZ locations configured within the camera.
230
230
@@ -233,7 +233,7 @@ Service data attribute | Optional | Description
233
233
`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`.
234
234
`preset` | no | Preset number, starting from 1.
235
235
236
-
####Service `set_color_bw`
236
+
### Service `set_color_bw`
237
237
238
238
This service will set the color mode of the camera.
239
239
@@ -242,15 +242,15 @@ Service data attribute | Optional | Description
242
242
`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`.
243
243
`color_bw` | no | One of `auto`, `bw` or `color`.
244
244
245
-
####Service `start_tour`/`stop_tour`
245
+
### Service `start_tour`/`stop_tour`
246
246
247
247
These services start or stop the camera's PTZ tour function.
248
248
249
249
Service data attribute | Optional | Description
250
250
-|-|-
251
251
`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`.
252
252
253
-
####Service `ptz_control`
253
+
### Service `ptz_control`
254
254
255
255
If your Amcrest or Dahua camera supports PTZ, you will be able to pan, tilt or zoom your camera.
256
256
@@ -260,12 +260,12 @@ Service data attribute | Optional | Description
260
260
`movement` | no | Direction of the movement. Allowed values: `zoom_in`, `zoom_out`, `up`, `down`, `left`, `right`, `right_up`, `right_down`, `left_up`, `left_down`
261
261
`travel_time` | yes |Travel time in fractional seconds. Allowed values: `0` to `1`. Default: `0.2`.
262
262
263
-
####Notes
263
+
## Notes
264
264
265
265
- PTZ zoom capability does not control VariFocal lens adjustments.
266
266
- There can be several seconds of lag before the video (snapshot or live) reflects the camera movement.
267
267
268
-
###Example card with controls
268
+
## Example card with controls
269
269
270
270
<pclass='img'>
271
271
<imgsrc='/images/integrations/amcrest/amcrest_ptz.jpg'alt='Screenshot using a picture-elements with PTZ controls.'>
0 commit comments