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

light group causes "Unknown entities used in <automation>" #773

Open
tinuva opened this issue Jun 1, 2024 · 0 comments
Open

light group causes "Unknown entities used in <automation>" #773

tinuva opened this issue Jun 1, 2024 · 0 comments

Comments

@tinuva
Copy link

tinuva commented Jun 1, 2024

What version of Spook are you using?

3.0.1

What version of Home Assistant are you using?

2024.5.5

The problem

Spook reports an issue that I have unknown entities.

Error:
Screenshot 2024-06-01 at 17 10 58

However these do exist according to developer tools:
Screenshot 2024-06-01 at 17 11 27

I have them configured like so in a yaml file:

light:
  - platform: group
    unique_id: lights_while_awake
    name: Lights while awake
    entities:
      - light.courtyard_braai
  - platform: group
    name: Lights while awake with guests
    unique_id: lights_while_awake_with_guests
    entities:
      - light.courtyard_lounge
      - light.courtyard_main_bedroom
      - light.outside_scullery
      - light.outside_main_bathroom
      - light.pool

Is there something wrong with my configuration?
Or is there another reason I can't convince spook that these really do exist?

Anything in the logs? Paste it here!

No response

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

1 participant