
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@epdoc/node-red-hassio
Advanced tools
THIS PROJECT IS STILL IN DEVELOPMENT AND SHOULD NOT BE USED IN PRODUCTION. All APIs and documentation are subject to change.
Custom Nodes for Home Assistant in Node-RED
Notes on developing and installation for Node-RED
npm install -g gulp-cli
git clone @epdoc/node-red-hassio
cd node-red-hassio
npm install
npm test
npm run build
Although these nodes are for use with Home Assistant, they do not interface with Home Assistant directly. This is because it was hard enough writing these nodes as is, and without proper documentation on talking to Home Assistant or communicating between Editor UI and underlying services, I wasn't ready to take on this task.
If Node-RED isn't installed, install it and get it running as follows:
sudo npm install -g --unsafe-perm node-red@latest
cd ~/.node-red
npm install
pm2 start node-red
pm2 stop node-red
You can add these scripts to package.json
"scripts": {
"start": "pm2 start node-red",
"restart": "pm2 restart node-red",
"stop": "pm2 stop node-red",
"logstart": "pm2 stop node-red && pm2 flush node-red && pm2 start node-red && pm2 log node-red",
}
A custom node for controlling a fan, includes the ability to set the speed of the fan after the fan has been turned on. This allows for a separate fan on/off switch and speed control service.
See the fan help page.
See the ping help page.
See the location history help page.
FAQs
Node-RED code for my own Home Assistant deployment
We found that @epdoc/node-red-hassio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.