hanwg
Results
12
comments of
hanwg
You need to specify parameters in `service_data`. ``` self.call_service('telegram_bot/send_message', service_data={ "target": 123456789, "message" : "test" }, return_result=True } ``` References: https://github.com/AppDaemon/appdaemon/issues/2371
Thanks for sharing the patch. Renaming the `target` parameter does resolve the conflicting name but I would disagree with you on this PR since it creates a leaky abstraction between...