Skip to content

Commit

Permalink
Adjust zha comment to be readable (home-assistant#55330)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 27, 2021
1 parent adab367 commit cc857ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/zha/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ async def async_step_confirm(self, user_input=None):
if user_input is not None:
auto_detected_data = await detect_radios(self._device_path)
if auto_detected_data is None:
# This probably will not happen how they have
# have very specific usb matching, but there could
# be a problem with the device
# This path probably will not happen now that we have
# more precise USB matching unless there is a problem
# with the device
return self.async_abort(reason="usb_probe_failed")
return self.async_create_entry(
title=self._title,
Expand Down

0 comments on commit cc857ab

Please sign in to comment.