node-red-contrib-home-assistant-websocket
node-red-contrib-home-assistant-websocket copied to clipboard
events: state node shows extra entities in results when using entity search
Describe the bug
- When searching for entity names, these 5 entities persistently come up as results no matter the search query
- It appears to happen in
events: state nodebut not incurrent state node
To Reproduce
- Place a new or modify an existing
events: state node - Click on entity field and type any search query to narrow the results
Expected behavior
Only results would be shown that match.
Screenshots
Example Flow
No response
Environment Information
Version:
Home Assistant version: 2023.12.3 Companion version: v3.1.2
Node-RED version: 3.1.3
Docker: nodered/node-red:latest
Add-on: no
| Item | version |
|---|---|
| NODE_RED_VERSION | v3.1.3 |
| NODE_VERSION | 16.20.2 |
| YARN_VERSION | 1.22.19 |
Additional context
Config for the first input boolean is very basic:
input_boolean:
today_is_holiday:
initial: off