File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ async def connect(self) -> Version:
122122 result = await self ._request (DOMAIN_OBJECTS )
123123 result_str = etree .tostring (result , encoding = 'utf-8' , method = 'xml' )
124124 result_dict = dict (xmltodict .parse (result_str ))
125- LOGGER .debug ("HOI result_dict: %s" , result_dict )
125+ LOGGER .debug ("HOI result_dict: %s" , json . dumps ( result_dict , indent = 4 ) )
126126 # Work-around for Stretch fw 2.7.18
127127 if not (vendor_names := result .findall ("./module/vendor_name" )):
128128 result = await self ._request (MODULES )
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ dependencies = [
2929 " aiofiles" ,
3030 " aiohttp" ,
3131 " defusedxml" ,
32- " json" ,
3332 " munch" ,
3433 " python-dateutil" ,
3534 " xmltodict" ,
You can’t perform that action at this time.
0 commit comments