Hello,
I’m playing with a custom component to create a service in order to communicate with my phone using signal.
The problem I’m facing is that I never get any description when I play with the services in developer tools.
Even with a services.yaml present and containing:
signal:
description: Communicate through Signal
fields:
message:
description: The message to send
example: 'Hello there'
target:
description: If you want to send the message to someone in particular
exemple: ['+33102030405', '+33102030406']
data:
description: Other options ['file']
example: 'file: /tmp/my_file.png'
Am I missing something?
It’s not a really big issue but it can simplify the use by other users.