Fix ZHA UI issues (#20622)

This commit is contained in:
David F. Mulcahey 2024-04-25 10:16:00 -04:00 committed by GitHub
parent 20a3a00aec
commit 654e3ce437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

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

View File

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