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!
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:
event_type: timer.started
event_data:
entity_id: timer.hot_tub_double_cycle_timer
event_type: timer.finished
event_data:
entity_id: timer.hot_tub_double_cycle_timer
`
Anything in the logs? Paste it here!