Button / Icon - Rest API

Hi all,

first of all HA is awesome!

Now i would like to have some buttons / icons to call the API of other applications / devices. I havent found out how to to this.

Regards

You could use shell_command with curl.

~Cheers

Hi PhyberApex,

thanks for your reply. Could you provide also an example?

Thanks

Just use this component to call curl which is documented here

~Cheers

Thanks @PhyberApex