I want to be able to start/stop the “ZeroTier One” addon through HA hassio.addon_stop or hassio.addon_start service. It requires one parameter which I’ve tried like: addon: 'ZeroTier One' addon: zerotier_one addon: zerotier
but none worked.
Can someone please tell me what is the correct name or where can I find it?
Thanks.
What you are looking for is the “slug”name I believe. Mine is a0d7b954_zerotier which I was able to find by restarting the addon then looking in the supervisor logs. You might need to prepend addon_ to the front when using in a service call.
thanks @brahmafear and @tom_l, I used the addon’s web page address (it holds “a0d7b954_zerotier” as @brahmafear’s), so addon: a0d7b954_zerotier works as expected.