Skip to content

Commit

Permalink
Merge branch '4.4.0_rc1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 31, 2023
2 parents ab20741 + 70da152 commit 125aa83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appdaemon/plugins/hass/hassplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def session(self):
headers["x-ha-access"] = self.ha_key

self._session = aiohttp.ClientSession(
# base_url=self.ha_url,
connector=conn,
headers=headers,
json_serialize=utils.convert_json,
Expand Down

0 comments on commit 125aa83

Please sign in to comment.