mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Enable partial energy-sources-table by type (#41183)
This commit is contained in:
parent
6cae23d591
commit
a5a69e39be
@ -121,10 +121,29 @@ link_dashboard: true
|
||||
The energy sources table card shows all your energy sources, and the corresponding amount of energy.
|
||||
If setup, it will also show the costs and compensation per source and the total.
|
||||
|
||||
|
||||
### YAML configuration
|
||||
|
||||
The following YAML options are available
|
||||
|
||||
{% configuration %}
|
||||
type:
|
||||
required: true
|
||||
description: "`energy-sources-table`"
|
||||
type: string
|
||||
types:
|
||||
required: false
|
||||
description: "If defined, table displays listed types of consumption only. Valid values are: `grid`, `solar`, `battery`, `gas`, and `water`."
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
type: energy-sources-table
|
||||
types:
|
||||
- gas
|
||||
- water
|
||||
```
|
||||
|
||||
## Grid neutrality gauge
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user