mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +00:00
Fix ZHA UI issues (#20622)
This commit is contained in:
parent
20a3a00aec
commit
654e3ce437
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user