home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
4.11k stars 2.81k forks source link

Settings -> Entiites: number of filtered entities reduces after F5 #22583

Open ildar170975 opened 3 weeks ago

ildar170975 commented 3 weeks ago

Checklist

Describe the issue you are experiencing

  1. Clean up a browser's cache, log in.

  2. Go to Settings -> Entities.

  3. Switch off all filters.

  4. Type "person." in a "search" field.

  5. Only person entities are shown in the table: image

  6. F5 (reload the page).

  7. Only few person entities are shown in the table, some not shown: image

  8. An error is shown in a console: image

  9. To see again all person entities - I have to clear a browser cache again.

Describe the behavior you expected

A filtered list does not change at F5.

Steps to reproduce the issue

see above

What version of Home Assistant Core has the issue?

2024.10.4

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Chrome 130.0.6723.70

Which operating system are you using to run this browser?

Win 10

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

ildar170975 commented 3 weeks ago

Same is with input_text. pattern - I have much more input_text entities, a list is reduced after F5: image

Same with input_boolean. pattern... So, this is common bug.

karwosts commented 3 weeks ago

22587 will fix the uncaught typeerror, though I'm not 100% sure if that's what's causing entities to be missing. I couldn't reproduce that myself.

Lets check again after that is released.

ildar170975 commented 1 week ago

2024.11.1:

  1. The error is not shown in console.
  2. Number of filtered entities is still reduced after F5.