Skip to content

is an invalid entity ID for dictionary value @ data['snapshot_entities'] #38

@Bluehawk83

Description

@Bluehawk83

When trying to create an automation i keep receiving this error:

SmartSelect_20221117_020552_Chrome

The yaml code for this automatisation is:
`alias: Telenet Test pauze
description: ""
trigger:

  • platform: state
    entity_id:
    • media_player.telenettvbox
    • media_player.tvliving
      from: playing
      to: paused
      condition: []
      action:
  • service: scene.create
    data:
    scene_id: voorpauze
    snapshot_entities: light.spots_keuken light.lichtbak_keuken
  • delay:
    hours: 0
    minutes: 0
    seconds: 2
    milliseconds: 0
  • service: scene.turn_on
    target:
    entity_id: scene.tv_pauze
    metadata: {}
  • wait_for_trigger:
    • platform: state
      entity_id:
      • media_player.telenettvbox
      • media_player.tvliving
        from: paused
        to: playing
  • service: scene.turn_on
    target:
    entity_id: scene.voorpauze
    metadata: {}
    mode: single
    `
    I am using:
    SmartSelect_20221117_021829_Chrome

Logbook errors:
SmartSelect_20221117_022239_Chrome
SmartSelect_20221117_022215_Chrome

Can anyone help me with this please?

Thanks in advance!

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