diff --git a/homepilot/api.py b/homepilot/api.py index 7182156..f770386 100644 --- a/homepilot/api.py +++ b/homepilot/api.py @@ -113,7 +113,7 @@ async def async_get_interfaces(self): await self.authenticate() async with aiohttp.ClientSession(cookie_jar=self.cookie_jar) as session: async with session.get( - f"http://{self.host}service/system/networkmgr/v1/interfaces" + f"http://{self.host}/service/system/networkmgr/v1/interfaces" ) as response: response = await response.json() return response diff --git a/setup.py b/setup.py index 713153b..0f7dd9e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyrademacher", - version="0.9.4", + version="0.9.5", author="Pedro Ribeiro", author_email="pedroeusebio@gmail.com", description="Control devices connected to your Rademacher Homepilot "