Skip to content

Commit

Permalink
Merge pull request #135 from alexruperez/feature/remove-entity-catego…
Browse files Browse the repository at this point in the history
…ry-config

Remove entity_category=EntityCategory.CONFIG to allow entertainment area as a control.
  • Loading branch information
mvdwetering authored Nov 25, 2024
2 parents 083af93 + 4155464 commit 3649e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/huesyncbox/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ async def select_led_indicator_mode(api: aiohuesyncbox.HueSyncBox, mode):
),
HueSyncBoxSelectEntityDescription( # type: ignore
key="entertainment_area", # type: ignore
entity_category=EntityCategory.CONFIG, # type: ignore
options_fn=available_entertainment_areas,
current_option_fn=current_entertainment_area,
select_option_fn=select_entertainment_area,
Expand Down

0 comments on commit 3649e13

Please sign in to comment.