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