LG WebOS better integration

Been quite a while, so I’m thinking this app is abandoned :frowning: 2 years since last commit in github repo.

Attempting an install fails

❯ homey app install
✓ Logging in...
To log in with your Athom Account, please visit https://cli.athom.com?port=43127&clientId=11111111111111111111111111
? Paste the code: 11111111111111111111111111111111111
✓ You are now logged in as 
? Choose an active Homey: Homey Pro2
You have selected `Homey Pro2` as your active Homey.
✓ Pre-processing app...
✖ Command failed: npm ls --parseable --all --only=prod
npm warn config only Use `--omit=dev` to omit dev dependencies from the install.
npm error code ELSPROBLEMS
npm error missing: jimp-compact@^0.9.8, required by com.maxvandelaar.homey-webos@3.1.2
npm error missing: node-fetch@^2.6.0, required by com.maxvandelaar.homey-webos@3.1.2
npm error missing: node-wol@^0.1.1, required by com.maxvandelaar.homey-webos@3.1.2
npm error missing: websocket@^1.0.30, required by com.maxvandelaar.homey-webos@3.1.2
npm error A complete log of this run can be found in: /home/alice/.npm/_logs/2026-03-15T20_37_54_517Z-debug-0.log

✖ Error: This error may be fixed by running `npm install` in your app.
    at /home/alice/.nvm/versions/node/v22.21.1/lib/node_modules/homey/lib/App.js:1126:15
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async App._copyAppProductionDependencies (/home/alice/.nvm/versions/node/v22.21.1/lib/node_modules/homey/lib/App.js:1123:26)
    at async App.preprocess (/home/alice/.nvm/versions/node/v22.21.1/lib/node_modules/homey/lib/App.js:890:7)
    at async App.install (/home/alice/.nvm/versions/node/v22.21.1/lib/node_modules/homey/lib/App.js:827:7)
    at async Object.handler (file:///home/alice/.nvm/versions/node/v22.21.1/lib/node_modules/homey/bin/cmds/app/install.mjs:23:5)