Skip to content

Commit

Permalink
remove buggy error log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril committed Feb 9, 2024
1 parent 074ca41 commit 52e1dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/deltadore_tydom/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ async def create_ha_device(self, device):
match device:
case Tydom():
LOGGER.debug("Create Tydom gateway %s", device.device_id)
LOGGER.error("Tydom gateway %s", device._tydom_client)
self.devices[device.device_id] = device
ha_device = HATydom(device, self._hass, self._entry)
self.ha_devices[device.device_id] = ha_device
Expand Down

0 comments on commit 52e1dc5

Please sign in to comment.