mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
@@ -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:
|
||||||
|
Reference in New Issue
Block a user