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;