From 7bfea9f7063a1afcfa3017c301cd4ed709897207 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Wed, 23 Jul 2025 14:06:30 +0300 Subject: [PATCH] enable physics --- src/components/chart/ha-network-graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chart/ha-network-graph.ts b/src/components/chart/ha-network-graph.ts index 738743105e..fb4477d8a7 100644 --- a/src/components/chart/ha-network-graph.ts +++ b/src/components/chart/ha-network-graph.ts @@ -76,7 +76,7 @@ export class HaNetworkGraph extends SubscribeMixin(LitElement) { @state() private _reducedMotion = false; - @state() private _physicsEnabled = false; + @state() private _physicsEnabled = true; @state() private _showLabels = true;