diff --git a/zigpy_deconz/api.py b/zigpy_deconz/api.py index b578240..bdbd71c 100644 --- a/zigpy_deconz/api.py +++ b/zigpy_deconz/api.py @@ -213,7 +213,7 @@ def _handle_device_state_changed(self, data): async def _aps_data_indication(self): try: r = await self._command('aps_data_indication', 1, 1) - LOGGER.debug(("'aps_data_indication' responnse from %s, ep: %s, " + LOGGER.debug(("'aps_data_indication' response from %s, ep: %s, " "profile: 0x%04x, cluster_id: 0x%04x, data: %s"), r[4], r[5], r[6], r[7], binascii.hexlify(r[8])) return r