Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression? - Area filter doesn’t work for entities with no device #461

Open
sbjzn opened this issue Aug 11, 2024 · 1 comment
Open

Regression? - Area filter doesn’t work for entities with no device #461

sbjzn opened this issue Aug 11, 2024 · 1 comment

Comments

@sbjzn
Copy link

sbjzn commented Aug 11, 2024

Related: #149

I'm facing this issue when entities are supplied by remote home-assistant (https://github.com/custom-components/remote_homeassistant/)

These entities do not have a device associated with them.
When I put a light entity in an area, it does not show in the auto-entities card, only entities with a device associated are shown.

Card config:

type: custom:auto-entities
card:
  type: entities
  title: Living Room
  show_header_toggle: true
  state_color: false
filter:
  include:
    - area: living_room
  exclude: []
layout_options:
  grid_columns: 4
  grid_rows: auto

Home Assistant version: 2024.7.4

@ildar170975
Copy link

ildar170975 commented Aug 22, 2024

Do not confirm.
2024.8.2

There 2 entities with "Коридор" area - some light entity (associated with some device) & input_boolean (w/o device):
изображение

The card selects both:

type: custom:auto-entities
card:
  type: entities
filter:
  include:
    - area: Коридор

изображение

Another case - let's create a new area & associate 2 helpers with it:
изображение

And the cards again shows all entities:
изображение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants