What version of Universal Notifier are you using?
0.7.1
What version of Home Assistant are you using?
2026.3.4
The problem
Hi. i need to change notify center from appdaemon notifier to uiniversal notify, i hve this channel configured:
name : alexacorridoio
service: notify.alexa_media
entity_id or chat ... : empty
voice channel: true
suitable services: empty
default media player: media_player.echo_1_c
and the test in developer actions is :
action: universal_notifier.send
data:
message: "The laundry is finished."
priority: true
targets:
- alexacorridoio
but nothing is played on alexa. (if i use service: alexa_media in action developer (without universal send)work correctly)
Anything in the logs? Paste it here!
Registratore: homeassistant.core
Fonte: core.py:2837
Prima occorrenza: 13 maggio 2026 alle ore 22:20:58 (9 occorrenze)
Ultimo accesso: 17:57:12
Error executing service: <ServiceCall notify.alexa_media (c:01KRVA0YFG31906ZBGSJPWP0QJ): message=Buon pomeriggio. The laundry is finished.>
Error executing service: <ServiceCall notify.alexa_media (c:01KRVA5479A5HTBCQY7WNA0TDH): message=Ben ritrovato. The laundry is finished.>
Error executing service: <ServiceCall notify.alexa_media (c:01KRVA9F03NB6R6CJ5ZS850HKT): message=Ben ritrovato. The laundry is finished.>
Error executing service: <ServiceCall notify.alexa_media (c:01KRVA9MXKV2JAYEKFHQDXTZJJ): message=Ben ritrovato. The laundry is finished.>
Error executing service: <ServiceCall notify.alexa_media (c:01KRVAFR3MS3JYEE5APK9CCGZV): message=Ben ritrovato. The laundry is finished.>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _run_service_call_catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 2860, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/notify/legacy.py", line 256, in _async_notify_message_service
await self.async_send_message(**kwargs)
File "/config/custom_components/alexa_media/notify.py", line 217, in async_send_message
for target in targets:
^^^^^^^
TypeError: 'NoneType' object is not iterable
What version of Universal Notifier are you using?
0.7.1
What version of Home Assistant are you using?
2026.3.4
The problem
Hi. i need to change notify center from appdaemon notifier to uiniversal notify, i hve this channel configured:
name : alexacorridoio
service: notify.alexa_media
entity_id or chat ... : empty
voice channel: true
suitable services: empty
default media player: media_player.echo_1_c
and the test in developer actions is :
action: universal_notifier.send
data:
message: "The laundry is finished."
priority: true
targets:
- alexacorridoio
but nothing is played on alexa. (if i use service: alexa_media in action developer (without universal send)work correctly)
Anything in the logs? Paste it here!