diff --git a/source/_dashboards/energy.markdown b/source/_dashboards/energy.markdown
index 458245429c7..151621e31bd 100644
--- a/source/_dashboards/energy.markdown
+++ b/source/_dashboards/energy.markdown
@@ -444,6 +444,46 @@ type: power-sankey
layout: horizontal
```
+## Power sources graph
+
+
+
+ Screenshot of the power Sankey graph card.
+
+
+The power sources graph shows historical power data.
+
+### YAML configuration
+
+The following YAML options are available
+
+{% configuration %}
+type:
+ required: true
+ description: "`power-sources-graph`"
+ type: string
+collection_key:
+ required: false
+ description: "Collection key to use for the card. This links the card to a specific energy dashboard collection. Defaults to `energy_dashboard`."
+ type: string
+ default: energy_dashboard
+title:
+ required: false
+ description: The title of the card.
+ type: string
+show_legend:
+ required: false
+ description: Show or hide the legend
+ type: boolean
+ default: true
+{% endconfiguration %}
+
+### Examples
+
+```yaml
+type: power-sources-graph
+```
+
## Using multiple collections
By default, all energy cards are linked to any `energy-date-selection` card on the view, and all `energy-date-selection` cards are linked to the same period. To enable multiple different date selections on the same view, it is necessary to link them to different collections. This is done by adding the variable `collection_key` to the card YAML, and giving this a value of any custom string that begins with `energy_`. (strings that do not start with `energy_` will generate an error).
diff --git a/source/_posts/2025-12-03-release-202512.markdown b/source/_posts/2025-12-03-release-202512.markdown
index 8bd0d12f946..70850d4d8bf 100644
--- a/source/_posts/2025-12-03-release-202512.markdown
+++ b/source/_posts/2025-12-03-release-202512.markdown
@@ -131,18 +131,30 @@ Lots of improvements to report on the dashboard front this release! From better
Picking a default dashboard is now a system-level setting that takes effect instantly for all users on your Home Assistant installation. The dashboard you choose will appear at the top of the sidebar, replacing the current default.
+
+
+
+
But don't worry, personal preferences still matter! We added a new setting in your {% my profile title="**User profile**" %} where you can override the system default and set your own preferred dashboard.
### Reorder areas and floors
When using the built-in dashboard experiences (Home, Lights, Security, and others), one of the main pain points was the strict ordering of areas (alphabetically) and floors (numerically by level). This often didn't make sense in a real home, where your guest bathroom shouldn't appear before your living room, and the attic is rarely more relevant than the main floor.
-Now you can go to {% my areas title="**Settings** > **Areas, labels & zones**" %} and manually drag and drop any area or floor to reorder them. Your changes will instantly apply to all built-in dashboards that show areas and floors.
+Now you can go to {% my areas title="**Settings** > **Areas, labels & zones**" %} and use the new *Reorder floors and areas* menu to manually drag and drop any area or floor to reorder them. Your changes will instantly apply to all built-in dashboards that show areas and floors.
+
+
+
+
### Experimental dashboards have graduated
With the launch of Labs, we retired the experimental flag from the dashboard creation list. The **Home** dashboard can now be found in the dashboard list (still not visible by default), and the **Areas** dashboard has evolved into Home, so we've removed it for now.
+{% note %}
+We want to keep hearing your voice! Share your experience with us [in the Home dashboard survey](https://forms.gle/akJJNZGMadkBP7Xw5) and help us improve every step of the way. And of course [join us on Discord](https://discord.com/channels/330944238910963714/1351536906437005313) to work together on the future of dashboards.
+{% endnote %}
+
### Home dashboard improvements
We added a new sidebar to the Home dashboard that gathers quick access links we think are useful for you. There's also a nicer area and floor layout that uses space more efficiently. On a more technical level, the Home dashboard is now a proper built-in dashboard and shows up in the dashboard list.
@@ -192,6 +204,10 @@ There's also a brand-new **water sankey card** that visualizes your water flow,
The new water sankey card shows where your water is going at a glance.
+### New energy layout
+
+In order to make room for this new functionality we had to reorder the Energy Dashboard. Don't worry, if you only have energy configured, you'll still see the same dashboard. But if you add water, gas or power, the dashboard will be split into several tabs.
+
## Integrations
Thanks to our community for keeping pace with the new {% term integrations %}
@@ -262,7 +278,7 @@ This release also has new virtual integrations. Virtual integrations are stubs t
It is not just new {% term integrations %} that have been added; existing integrations are also being constantly improved. Here are some of the noteworthy changes to existing integrations:
- [@piitaya] updated the [ESPHome] integration to let Home Assistant generate entity IDs using its standard rules, aligning it with how other integrations work.
-- [Shelly] now supports control modes for Shelly Cury devices. Nice work, [@bieniu]!
+- [Shelly] now supports control modes for upcoming Shelly Cury devices. Nice work, [@bieniu]!
- Thanks to [@gjohansson-ST], [System Monitor] now exposes fan sensors and battery sensors for your system.
- The [Tuya] integration received a lot of love! Cat litter boxes now expose switches, buttons, lights, and sensors for controlling your pet's automated litter box. On top of that, doorbell events are now supported too. Thanks, [@heindrichpaul]!
- [@starkillerOG] expanded the [Reolink] integration with an exposure mode select and audio noise reduction controls for supported cameras.
diff --git a/source/images/blog/2025-12/reorder-areas-menu.png b/source/images/blog/2025-12/reorder-areas-menu.png
new file mode 100644
index 00000000000..370a7949ad1
Binary files /dev/null and b/source/images/blog/2025-12/reorder-areas-menu.png differ
diff --git a/source/images/blog/2025-12/set-dashboard-default-system.png b/source/images/blog/2025-12/set-dashboard-default-system.png
new file mode 100644
index 00000000000..9decb262421
Binary files /dev/null and b/source/images/blog/2025-12/set-dashboard-default-system.png differ
diff --git a/source/images/dashboards/energy/power-sources.png b/source/images/dashboards/energy/power-sources.png
index c59e9e5514d..5b3266cb0c5 100644
Binary files a/source/images/dashboards/energy/power-sources.png and b/source/images/dashboards/energy/power-sources.png differ
diff --git a/source/images/dashboards/energy/water-sankey.png b/source/images/dashboards/energy/water-sankey.png
index 87f457d1d7e..605ed2a3bab 100644
Binary files a/source/images/dashboards/energy/water-sankey.png and b/source/images/dashboards/energy/water-sankey.png differ