I’ve set up a number of Fibaro Z Wave sensors in Home Assistant (running on a Raspberry Pi 3 Model B) and I would like to send data from the sensors to Rest API whenever there is motion/activity on the sensors (I’d like to send light levels and temperature too, but all things in time). I have a URL set up to receive the data.
My question is - is there a tutorial which explains step-by-step how to configure the sending on multiple sensors to a remote URL. I see from the documentation that changes are required to the configuration.yaml, do all the changes go in there? Or does this need to be combined with automation some how.
Apologies if this is a obvious questions (or if there is a document on the site I have missed), but any help would be appreciated.