mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-12-06 18:44:14 -05:00
Address nitpick comments
This commit is contained in:
@@ -496,7 +496,7 @@ class OasisDevice:
|
||||
_LOGGER.exception("Error in update listener")
|
||||
|
||||
async def async_get_status(self) -> None:
|
||||
"""Request the device update it's current status."""
|
||||
"""Request that the device update its current status."""
|
||||
client = self._require_client()
|
||||
await client.async_get_status(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user