Skip to content

Commit

Permalink
Merge pull request #50 from uvjim/enable-channel-sources-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
uvjim authored Oct 25, 2022
2 parents fe8b420 + 4d798bd commit 5d703cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/hdhomerun/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def __init__(
"""Initialise."""
self._attr_current_option = None
self._attr_entity_category = EntityCategory.DIAGNOSTIC
self._attr_entity_registry_enabled_default = False
self.entity_domain = ENTITY_DOMAIN

super().__init__(
Expand Down

0 comments on commit 5d703cb

Please sign in to comment.