node-red-contrib-home-assistant-websocket icon indicating copy to clipboard operation
node-red-contrib-home-assistant-websocket copied to clipboard

Node-RED integration with Home Assistant

Results 102 node-red-contrib-home-assistant-websocket issues
Sort by recently updated
recently updated
newest added

### Describe the bug Newly created switch node ends up showing as "**Unavailable**" after a while... ### To Reproduce I created a switch node and the entity shows in HA....

### Describe the bug Creating a switch with API: `nodered/discovery` works as expected. Also changing the state in nodered through API: `nodered/entity` works well, the switch is shown in homeassistant...

### Describe the bug This looks to be similar to https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/678. Being mounted from NFS share on a K8s cluster. I'm using `v0.74.2`. I upgraded from some ancient version from...

### Describe the bug A few weeks ago I noticed strange behaviour with a few of the Events state nodes in Node-Red. I have a automation that turns on the...

This is for https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1684 I have not tested this code, but just offering it as a potential solution.

Bumps [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default) from 2.0.0-rc.118 to 2.0.0-rc.120. Commits See full diff in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vuepress/theme-default...

dependencies
javascript

### Describe the bug Description When editing a "call service" action node, the device/entity/area selector fields are not rendering in the configuration dialog. The dialog only shows: Name Server Action...

waiting-for-response

Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. Release notes Sourced from chokidar's releases. 5.0.0 Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb Increase minimum node.js version to...

dependencies
javascript

The documentation incorrectly stated that Home Assistant State Boolean comparisons are case-insensitive, but the actual implementation is case-sensitive. This PR updates the documentation to accurately reflect the current behavior. ##...

### Describe the bug `input_boolean.*` don't work with "entity state as Home Assistant boolean": it is always mapped to false. (not tested for other entity domain) ### To Reproduce 1....