mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-23 03:06:54 -04:00
Make 'code' attribute really optional
This commit is contained in:
parent
dfbc24452b
commit
9f130e2e85
4 changed files with 3 additions and 4 deletions
|
@ -83,7 +83,7 @@ class Hon:
|
|||
)
|
||||
except (KeyError, ValueError, IndexError) as error:
|
||||
_LOGGER.exception(error)
|
||||
_LOGGER.error(f"Device data - %s", appliance_data)
|
||||
_LOGGER.error("Device data - %s", appliance_data)
|
||||
self._appliances.append(appliance)
|
||||
|
||||
async def setup(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue