Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Feb 15, 2024
1 parent 856b9d5 commit 2e51b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _register_device(self) -> None:
device_registry.async_get_or_create(
config_entry_id=self.config_entry_id,
identifiers={(DOMAIN, self.serial_path)},
connections={(CONF_MAC, config_helpers.format_address(self.base_id))},
# connections={(CONF_MAC, config_helpers.format_address(self.base_id))},
manufacturer=MANUFACTURER,
name= self.dev_name,
model=self.model,
Expand Down

0 comments on commit 2e51b99

Please sign in to comment.