Skip to content

Commit

Permalink
Update: Move "Move to preset" select under Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri committed Oct 20, 2022
1 parent 02cbcda commit 867dec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/tapo_control/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ async def async_select_option(self, option: str) -> None:
self._attr_current_option = None
else:
LOGGER.error(f"Preset {option} does not exist.")

@property
def entity_category(self):
return None

0 comments on commit 867dec6

Please sign in to comment.