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

events: state node shows extra entities in results when using entity search

Open poldim opened this issue 1 year ago • 0 comments

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 node but not in current state node

To Reproduce

  1. Place a new or modify an existing events: state node
  2. Click on entity field and type any search query to narrow the results

Expected behavior

Only results would be shown that match.

Screenshots

image

image

image

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

poldim avatar Jan 07 '24 13:01 poldim