Skip to content

Spook says that presence_simulation.stop is an unknown action #198

@rogervdh

Description

@rogervdh

Today I had some issues with the Entso-E integration (meanwhile succesfully removed in safe mode) and since those issues this error is shown:

Image

When I look in my automation in YAML everything seems normal. When using the visual editor there is a difference between starting and stopping the Presence Simulation service. When starting the correct entity is shown in a pull-down menu:

Image

When stopping the service the correct entity ID wasn't shown at all and I have manually added it to the action data section (but the pull down menu is missing):

Image

The error is still shown and it seems that there is something wrong, but I can't figure out what. I have already re-downloaded the Presence Simulation add-on, but that didn't change anything either. Relevant part of the automation in YAML:

actions:

  • alias: Start presence simulation
    if:
    • condition: trigger
      id:
      • Start presence simulation
    • condition: numeric_state
      entity_id: zone.home
      below: 1
      then:
    • metadata: {}
      data:
      entity_id: light.vacation_lights
      action: presence_simulation.start
  • alias: Stop presence simulation
    if:
    • condition: trigger
      id:
      • Stop presence simulation
        then:
    • metadata: {}
      data:
      entity_id: light.vacation_lights
      action: presence_simulation.stop

Thanks in advance for any help.

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