Energy card: fix typo (#31867)

This commit is contained in:
c0ffeeca7 2024-03-13 11:16:44 +01:00 committed by GitHub
parent 3ec55c3a15
commit d7f98ef6c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
--- ---
type: card type: card
title: "Energy Cards" title: "Energy cards"
sidebar_label: Energy Cards sidebar_label: Energy cards
description: "An overview of the energy cards that are available." description: "An overview of the energy cards that are available."
--- ---
This is a list of all the cards used in the energy dashboard, you can also place them anywhere you want in your dashboard. This is a list of all the cards used in the energy dashboard. You can also place them anywhere you want in your dashboard.
At the moment there are no configuration options available for these cards, you can configure them on the {% my config_energy title="energy configuration page" %}. Currently, there are no configuration options available for these cards. You can configure them on the {% my config_energy title="energy configuration page" %}.
## Energy date picker ## Energy date picker
@ -16,10 +16,11 @@ At the moment there are no configuration options available for these cards, you
Screenshot of the Energy date selection card. Screenshot of the Energy date selection card.
</p> </p>
This card will allow you to pick what data to show. Changing it in this card will influence the data in all other cards. This card allows you to pick what data to show. Changing it in this card will influence the data in all other cards.
Specific dates and ranges can be selected by opening the date range picker. The current period can be compared to the previous one using the compare data option within the menu. Specific dates and ranges can be selected by opening the date range picker. The current period can be compared to the previous one using the compare data option within the menu.
### Example ### Example
```yaml ```yaml
type: energy-date-selection type: energy-date-selection
``` ```
@ -35,6 +36,7 @@ The energy usage graph card shows the amount of energy your house has consumed,
It will also show the amount of energy your have returned to the grid. It will also show the amount of energy your have returned to the grid.
### Example ### Example
```yaml ```yaml
type: energy-usage-graph type: energy-usage-graph
``` ```
@ -49,6 +51,7 @@ type: energy-usage-graph
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. 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.
### Example ### Example
```yaml ```yaml
type: energy-solar-graph type: energy-solar-graph
``` ```
@ -97,6 +100,7 @@ If setup, it will also tell you how many kWh of the energy you got from the grid
If you set `link_dashboard` to `true`, the card will include a link to the energy dashboard. If you set `link_dashboard` to `true`, the card will include a link to the energy dashboard.
### Example ### Example
```yaml ```yaml
type: energy-distribution type: energy-distribution
link_dashboard: true link_dashboard: true
@ -113,6 +117,7 @@ The energy sources table card shows all your energy sources, and the correspondi
If setup, it will also show the costs and compensation per source and the total. If setup, it will also show the costs and compensation per source and the total.
### Example ### Example
```yaml ```yaml
type: energy-sources-table type: energy-sources-table
``` ```
@ -127,6 +132,7 @@ type: energy-sources-table
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 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.
### Example ### Example
```yaml ```yaml
type: energy-grid-neutrality-gauge type: energy-grid-neutrality-gauge
``` ```
@ -141,6 +147,7 @@ type: energy-grid-neutrality-gauge
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 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.
### Example ### Example
```yaml ```yaml
type: energy-solar-consumed-gauge type: energy-solar-consumed-gauge
``` ```
@ -155,6 +162,7 @@ type: energy-solar-consumed-gauge
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 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.
### Example ### Example
```yaml ```yaml
type: energy-carbon-consumed-gauge type: energy-carbon-consumed-gauge
``` ```
@ -169,6 +177,7 @@ type: energy-carbon-consumed-gauge
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. 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.
### Example ### Example
```yaml ```yaml
type: energy-self-sufficiency-gauge type: energy-self-sufficiency-gauge
``` ```