@Marius82 wrote:
Hi,
I try to setup an automation wich groups Sonos speaker together:
- id: '1582236119964' alias: sonos_ueberall description: '' trigger: - platform: webhook webhook_id: sonos_ueberall condition: [] action: - entity_id: media_player.wohnzimmer, media_player.schlafzimmer, media_player.kuche, media_player.bad service: sonos.unjoin - delay: 00:00:03 - data_template: master: '{{ trigger.json.entity_id }}' entity_id: media_player.wohnzimmer, media_player.schlafzimmer, media_player.kuche, media_player.bad service: sonos.join
Then I get this error:
voluptuous.error.MultipleInvalid: Entity ID {{ trigger.json.entity_id }} is an invalid entity id for dictionary value @ data[‘master’]
What is wrong with the
'{{ trigger.json.entity_id }}'
´?
Posts: 1
Participants: 1