Closed marclefevre closed 4 years ago
Try
self.call_service('var/set', ...
That worked. I saw that syntax in your documentation but I thought it was a typo. Until now, I had not seen a service call with that service definition. Thanks for the help.
I am using appdaemon to set some variables using the var component and I can't get it to work.
If I look in the service list in the HA GUI, I see var.set and var.update. However, when I call call_service() with a service parameter of var.set, I get
Has anyone verified that appdaemon works with this component?