Skip to content

Commit

Permalink
Fix ZHA UI issues (#20622)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey authored Apr 25, 2024
1 parent 20a3a00 commit 654e3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class DialogZHAReconfigureDevice extends LitElement {

public showDialog(params: ZHAReconfigureDeviceDialogParams): void {
this._params = params;
this._clusterConfigurationStatuses = new Map();
this._stages = undefined;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export class ZHANetworkVisualizationPage extends LitElement {
? {
physics: {
barnesHut: {
springConstant: 0.05,
springConstant: 0,
avoidOverlap: 10,
damping: 0.09,
},
Expand Down

0 comments on commit 654e3ce

Please sign in to comment.