fix home assistant lights

This commit is contained in:
legop3
2025-11-21 01:45:29 -05:00
parent e2a3d78bc0
commit 6473b076d5
4 changed files with 34 additions and 9 deletions
+7
View File
@@ -10,6 +10,7 @@
"dependencies": {
"bcrypt": "^6.0.0",
"express": "^4.19.2",
"home-assistant-js-websocket": "^3.1.2",
"js-yaml": "^4.1.1",
"morgan": "^1.10.0",
"socket.io": "^4.7.5",
@@ -695,6 +696,12 @@
"node": ">= 0.4"
}
},
"node_modules/home-assistant-js-websocket": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/home-assistant-js-websocket/-/home-assistant-js-websocket-3.1.2.tgz",
"integrity": "sha512-HzaJtuhufBkppfXerla5cJHSP8uXzLoSRV+XPCcYlOttiKzqLQHD3sPm2T9UHTHPPppy3jRZtaA86ISfH3GK/g==",
"license": "Apache-2.0"
},
"node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",