Skip to content

Commit

Permalink
0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gvigroux committed Oct 1, 2024
1 parent 7f3d335 commit 6eb5408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/hon/hon.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async def send_command(self, device, command, parameters, ancillary_parameters):
def get_device(self, hass, device_id):
mac = get_hOn_mac(device_id, hass)
if mac in self._coordinator_dict:
return self._coordinator_dict[mac]
return self._coordinator_dict[mac].device
_LOGGER.error(f"Unable to find the device with ID: {device_id} and mac: {mac}")
return None

Expand Down
2 changes: 1 addition & 1 deletion custom_components/hon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://github.com/gvigroux/hon",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/gvigroux/hon/issues",
"version": "0.7.8"
"version": "0.7.9"
}

0 comments on commit 6eb5408

Please sign in to comment.