Skip to content

Commit 70da152

Browse files
committed
Fix after in-depth code review by @frenck
1 parent d4a2a09 commit 70da152

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appdaemon/plugins/hass/hassplugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def session(self):
151151
headers["x-ha-access"] = self.ha_key
152152

153153
self._session = aiohttp.ClientSession(
154-
# base_url=self.ha_url,
155154
connector=conn,
156155
headers=headers,
157156
json_serialize=utils.convert_json,

0 commit comments

Comments
 (0)