spook icon indicating copy to clipboard operation
spook copied to clipboard

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

Open tinuva opened this issue 1 year ago • 0 comments

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

tinuva avatar Jun 01 '24 15:06 tinuva