
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
hassdb is a simple and minimal approach to persistent storage in Home Assistant.
To install hassdb, simply run:
npm install -g hassdb
If you receive a permissions error, try it again with sudo
:
sudo npm install -g hassdb
To store a value:
hassdb 'key' 'value'
To read a value:
hassdb 'key'
Add this to your Home Assistant configuration.yaml
:
shell_command:
hassdb_set: 'hassdb "{{ key }}" "{{ value }}"'
automation:
trigger:
...
action:
- service: shell_command.hassdb_set
data_template:
key: light.living_room.state
value: "{{ states.light.living_room.state }}"
- service: shell_command.hassdb_set
data_template:
key: light.living_room.attributes
value: "{{ states.light.living_room.attributes }}"
Feel free to put up a pull request to fix a bug or maybe add a feature. I will give it a code review and make sure that it does not break backwards compatibility. If I or any other collaborators agree that it is in line with the vision of the project, we will work with you to get the code into a mergeable state and merge it into the master branch.
FAQs
Simple and minimal data storage for Home Assistant
We found that hassdb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.