mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
parent
9e42451934
commit
a39af8aff9
@ -81,7 +81,7 @@ class RestData:
|
|||||||
"REST xml result could not be parsed and converted to JSON"
|
"REST xml result could not be parsed and converted to JSON"
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
_LOGGER.debug("JSON converted from XML: %s", self.data)
|
_LOGGER.debug("JSON converted from XML: %s", value)
|
||||||
return value
|
return value
|
||||||
|
|
||||||
async def async_update(self, log_errors: bool = True) -> None:
|
async def async_update(self, log_errors: bool = True) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user