Thing Edit: Thing UID should not change when bridge is changed (#3173)

Regression from #3009.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
pull/3180/head
jimtng 2025-05-05 18:37:16 +10:00 committed by GitHub
parent d661f558f7
commit b907329a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default {
},
updateBridge (value) {
this.thing.bridgeUID = value
this.thing.UID = this.computedThingUid()
if (this.createMode) this.thing.UID = this.computedThingUid()
}
}
}