mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Update minimum power threshold to 1 W in power sankey (#29148)
This commit is contained in:
@@ -28,7 +28,7 @@ const DEFAULT_CONFIG: Partial<PowerSankeyCardConfig> = {
|
||||
};
|
||||
|
||||
// Minimum power threshold in watts (W) to display a device node
|
||||
const MIN_POWER_THRESHOLD = 10;
|
||||
const MIN_POWER_THRESHOLD = 1;
|
||||
|
||||
interface PowerData {
|
||||
solar: number;
|
||||
|
||||
Reference in New Issue
Block a user