Call service don't show service names

Hello,

I tried to do automation, and do an action that run a script (i need to run it in few diffrent places and wanted to write it once).
I have 3 scripts but it show them like this script.1577938029282 . . .
it doesn’t show the names.


Thank you!

What does your script look like?

Hi,

I crated it in home assistant, and it only contain notify, and also I gave it a name.

I think it started after update tonew HA 104

Can you look in your configuration.yaml file?

Hi,

This is the code HA created (1 of 3)

'1579156391420':
  alias: Get sonoff switch status
  sequence:
    data:
      payload: 'power1 ;power2 ;power3 ;power4 ;power5; dimmer; state '
      topic: cmnd/sonoffs/backlog
    service: mqtt.publish

Please edit your post and format it correctly as per point 11 here: How to help us help you - or How to ask a good question