Skip to content

Commit

Permalink
Removed via_device
Browse files Browse the repository at this point in the history
  • Loading branch information
srkoster committed Jan 23, 2025
1 parent 365539f commit 2cc565a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/solaredgeoptimizers/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def device_info(self):
"manufacturer": self._paneelobject.manufacturer,
"model": self._paneelobject.model,
"hw_version": self._paneelobject.serialnumber,
"via_device": (DOMAIN, self._entry.entry_id),
}

@callback
Expand Down

0 comments on commit 2cc565a

Please sign in to comment.