Enable partial energy-sources-table by type (#41183)

This commit is contained in:
karwosts 2025-10-05 09:29:02 -07:00 committed by GitHub
parent 6cae23d591
commit a5a69e39be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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