I guess I'm confused as to the data model naming. I thought it was App->device->driver.
Here is what I'm doing today. I just want to make it a bit more robust and automated to reduced setup issues.
Reading the documentation it seemed to me that this was a way for an App to get information about its devices. In my case the App is the Notification app, it uses my device and my device uses my driver.
The device name is also the tag into the Apprise database where all the different notification services are defined. Apprise runs in a docker on a local server. It could also be run in a VM, rPi whatever you like. The goal is to keep all my data local.
Today I just manually set the Label as shown in the previous picture. This allows someone to set it incorrectly and things won't work. I would like to be able to set it automatically when the device is created.
And I may just be completely off base and your answer was the answer I'm seeking, I just don't know enough to realize it.
thanks for the help,
david
