mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Z-WaveJS: Delay fetching new config values after addition (#24317)
This commit is contained in:
parent
4fa915c869
commit
151a7fbc40
@ -391,7 +391,9 @@ class ZWaveJSNodeConfig extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _handleNewValue() {
|
private _handleNewValue() {
|
||||||
this._fetchData();
|
setTimeout(() => {
|
||||||
|
this._fetchData();
|
||||||
|
}, 750);
|
||||||
}
|
}
|
||||||
|
|
||||||
private _switchToggled(ev) {
|
private _switchToggled(ev) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user