Skip to content

Incorrectly Identified EntityΒ #1213

@idarkside

Description

@idarkside

What version of Spook are you using?

4.0.1

What version of Home Assistant are you using?

Home Assistant OS

The problem

Spook finds the issue

`
Spook has found a ghost in your automations πŸ‘»

While floating around, Spook crossed path with the following automation:

Aivi - Hot Tub Double Cycle (automation.aivi_hot_tub_double_cycle)

This automation references the following entities, which are unknown to Home Assistant:

timer.finished
To fix this error, edit the automation and remove the use of these non-existing entities.

Spook πŸ‘» Your homie.
`

but this is incorrect as this is an event not an entity

`
triggers:

  • trigger: event
    event_type: timer.started
    event_data:
    entity_id: timer.hot_tub_double_cycle_timer
  • trigger: event
    event_type: timer.finished
    event_data:
    entity_id: timer.hot_tub_double_cycle_timer
    `

Anything in the logs? Paste it here!


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions