User ID conversion subflow

This commit is contained in:
2025-03-22 23:16:16 -04:00
parent dcb075ed48
commit b6bd149610
2 changed files with 76 additions and 0 deletions

22
subflows/user-id-list.js Normal file
View File

@ -0,0 +1,22 @@
let userIDList = {
"c3909d27048140729f002aaef0391775": {
"shortName": "tony",
"firstName": "Tony",
"lastName": "Stork",
"hassUser": "tonystork"
},
"f387a983651a4321a7411ff8cf36f949": {
"shortName": "tina",
"firstName": "Christina",
"lastName": "Stork",
"hassUser": "christinastork"
},
"879b4c04e32841b3ad1d2763a11b4e70": {
"shortName": "kallen",
"firstName": "Kallen",
"lastName": "Stork",
"hassUser": "kallenstork"
}
}
global.set("userIDList",userIDList,"diskCon")