diff --git a/source/_docs/ecosystem/appdaemon/api.markdown b/source/_docs/ecosystem/appdaemon/api.markdown index 09fcfd6781b..6346fd933d4 100755 --- a/source/_docs/ecosystem/appdaemon/api.markdown +++ b/source/_docs/ecosystem/appdaemon/api.markdown @@ -1139,7 +1139,7 @@ Call service is the basic way of calling a service within AppDaemon. It can call #### {% linkable_title Synopsis %} ```python -self.call_service(self, service, **kwargs) +self.call_service(service, **kwargs) ``` #### {% linkable_title Returns %} @@ -1150,7 +1150,7 @@ None ##### {% linkable_title service %} -The service name, e.g., `light.turn_on`. +The service name, e.g., `light/turn_on`. ##### {% linkable_title \*\*kwargs %}