Skip to content

Commit

Permalink
Remove serial_number device attribute to support HA < 2023.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mj23000 committed Dec 26, 2023
1 parent 401d940 commit db53702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/bangolufsen/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def __init__(self, entry: ConfigEntry, data: BangOlufsenData) -> None:
identifiers={(DOMAIN, self._unique_id)},
manufacturer="Bang & Olufsen",
model=self._model,
serial_number=self._unique_id,
name=self._name,
)
self._attr_group_members = []
Expand Down

0 comments on commit db53702

Please sign in to comment.