#Error calling SonosMediaPlayerEntity._play_media
1 messages · Page 1 of 1 (latest)
the action in question was this
`- service: tts.cloud_say
data:
entity_id: !input 'target'
language: en-IE
message: "{%- set single_lst = single_msg.split('\n') -%}\n{%- set multiple_lst
\ = multiple_msg.split('\n') -%}\n{%- if persons_count|length > 1 -%}\n {{
\ multiple_lst | random | replace('<persons>', persons_names) }}\n{%- elif persons_count|length > 0 -%}\n
\ {{ single_lst | random | replace('<person>', persons_names) }}\n{%- endif
\ -%}\n"
- condition: template
value_template: "{{ addactions|length > 0 }}" - choose: []
default: !input 'actions'
mode: single`