Fix ZHA UI issues

This commit is contained in:
David Mulcahey 2024-04-25 09:55:38 -04:00
parent 20a3a00aec
commit eaf4615c12
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ class DialogZHAReconfigureDevice extends LitElement {
public showDialog(params: ZHAReconfigureDeviceDialogParams): void {
this._params = params;
this._clusterConfigurationStatuses = new Map();
this._stages = undefined;
}

View File

@ -424,7 +424,7 @@ export class ZHANetworkVisualizationPage extends LitElement {
? {
physics: {
barnesHut: {
springConstant: 0.05,
springConstant: 0,
avoidOverlap: 10,
damping: 0.09,
},