Skip to content

Commit

Permalink
Merge pull request #1750 from Justihar/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Odianosen25 committed Apr 13, 2023
2 parents 6d16816 + f9f5b92 commit dabb487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/plugins/hass/hassplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ async def call_plugin_service(self, namespace, domain, service, data):
data = {"entity_id": data}

if domain == "template" and service == "render":
api_url = "/api/template"
api_url = f"{self.ha_url}/api/template"

elif domain == "database":
return await self.get_history(**data)
Expand Down

0 comments on commit dabb487

Please sign in to comment.