HomeAssistant docs + Delete listed Plugin Obj #813

This commit is contained in:
jokob-sk
2024-10-02 08:53:29 +10:00
parent 040f2792e4
commit 97a5cb6737
18 changed files with 55 additions and 12 deletions

View File

@@ -1458,7 +1458,7 @@ function setDeviceData (direction='', refreshCallback='') {
somethingChanged = false;
// refresh API
updateApi()
updateApi("devices,appevents")
hideSpinner()
@@ -1678,7 +1678,7 @@ function deleteDevice () {
$('#panDetails :input').attr('disabled', true);
// refresh API
updateApi()
updateApi("devices,appevents")
}
// -----------------------------------------------------------------------------