mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Update ElectricityMaps URL in Energy Dashboard (#25816)
fix: update electricitymap domain
This commit is contained in:
parent
6738b7d708
commit
d764187e8c
@ -204,7 +204,7 @@ class HuiEnergyDistrubutionCard
|
||||
let homeHighCarbonCircumference: number | undefined;
|
||||
|
||||
// This fallback is used in the demo
|
||||
let electricityMapUrl = "https://app.electricitymap.org";
|
||||
let electricityMapUrl = "https://app.electricitymaps.com";
|
||||
|
||||
if (this._data.co2SignalEntity && this._data.fossilEnergyConsumption) {
|
||||
// Calculate high carbon consumption
|
||||
|
Loading…
x
Reference in New Issue
Block a user